diff options
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] |
