Skip to content

Commit

Permalink
Change "New scene" to "Enter Name"
Browse files Browse the repository at this point in the history
part of #38
  • Loading branch information
vooku committed Mar 28, 2020
1 parent 29c1afb commit ab00a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skinny/src/meta.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class ShowDescription : public Serialiazable {
* @return True if the current scene index was changed.
*/
bool shift(LoadDir dir, int idx = -1);
void appendScene(const std::string& name = "New scene");
void appendScene(const std::string& name = "Enter name");

const SceneDescription& currentScene() const { return scenes_[currentIdx_]; }
auto getSceneIndex() const { return currentIdx_; }
Expand Down

0 comments on commit ab00a69

Please sign in to comment.