From bc73f5f075540c2f60b3ec2e216a3ecda85fdfc3 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 1 Aug 2020 15:51:18 +0300 Subject: Add GUI --- project.godot | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'project.godot') diff --git a/project.godot b/project.godot index a1efac6..0233336 100644 --- a/project.godot +++ b/project.godot @@ -14,6 +14,11 @@ _global_script_classes=[ { "language": "GDScript", "path": "res://scripts/DwarfNPC.gd" }, { +"base": "MarginContainer", +"class": "GUI", +"language": "GDScript", +"path": "res://scripts/GUI.gd" +}, { "base": "KinematicBody2D", "class": "PlayerCharacter", "language": "GDScript", @@ -21,6 +26,7 @@ _global_script_classes=[ { } ] _global_script_class_icons={ "DwarfNPC": "", +"GUI": "", "PlayerCharacter": "" } -- cgit v1.3