diff options
| author | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 16:39:38 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@valuemotive.com> | 2020-08-01 16:39:38 +0300 |
| commit | 9dfb7f8037be735d5e5f88fb47ae07d98dc39274 (patch) | |
| tree | 866584e5ef71b91056a599a5a4b870cb38cb9bd5 /project.godot | |
| parent | bc73f5f075540c2f60b3ec2e216a3ecda85fdfc3 (diff) | |
Move levels under a Game node
Diffstat (limited to 'project.godot')
| -rw-r--r-- | project.godot | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/project.godot b/project.godot index 0233336..d677db4 100644 --- a/project.godot +++ b/project.godot @@ -19,6 +19,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://scripts/GUI.gd" }, { +"base": "Node", +"class": "Game", +"language": "GDScript", +"path": "res://scripts/Game.gd" +}, { "base": "KinematicBody2D", "class": "PlayerCharacter", "language": "GDScript", @@ -27,13 +32,14 @@ _global_script_classes=[ { _global_script_class_icons={ "DwarfNPC": "", "GUI": "", +"Game": "", "PlayerCharacter": "" } [application] config/name="Rpg 1" -run/main_scene="res://scenes/Scene1.tscn" +run/main_scene="res://scenes/Game.tscn" config/icon="res://icon.png" [rendering] |
