diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.md5 b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.md5 new file mode 100644 index 0000000..5719088 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.md5 @@ -0,0 +1,3 @@ +source_md5="266f789a4e895911161321092c2c2429" +dest_md5="a08a6dcf169f683724bfd5cd82e23fe6" + diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.stex b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.stex new file mode 100644 index 0000000..fffc668 Binary files /dev/null and b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.stex differ diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 new file mode 100644 index 0000000..7b61c3e --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.md5 @@ -0,0 +1,3 @@ +source_md5="47313fa4c47a9963fddd764e1ec6e4a8" +dest_md5="2ded9e7f9060e2b530aab678b135fc5b" + diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex new file mode 100644 index 0000000..3ca6461 Binary files /dev/null and b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex differ diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Control.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Control.tscn new file mode 100644 index 0000000..00a6290 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Control.tscn @@ -0,0 +1,5 @@ +[gd_scene format=2] + +[node name="Control" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/AddCharacter_temp.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/AddCharacter_temp.tscn new file mode 100644 index 0000000..9f9be0e --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/AddCharacter_temp.tscn @@ -0,0 +1,13 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] + +[node name="Control" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Title" parent="." instance=ExtResource( 1 )] +text = "Add Character (temp)" diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/LoadGame_temp.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/LoadGame_temp.tscn new file mode 100644 index 0000000..761fa78 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/LoadGame_temp.tscn @@ -0,0 +1,13 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] + +[node name="Control" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Title" parent="." instance=ExtResource( 1 )] +text = "Load game (temp)" diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/MenuScreen.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/MenuScreen.tscn new file mode 100644 index 0000000..496da95 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/MenuScreen.tscn @@ -0,0 +1,94 @@ +[gd_scene load_steps=7 format=2] + +[ext_resource path="res://UserInterface/But_ChangeScene.tscn" type="PackedScene" id=1] +[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=5] +[ext_resource path="res://assets/background_demo.png" type="Texture" id=7] +[ext_resource path="res://assets/ui_theme.tres" type="Theme" id=8] +[ext_resource path="res://assets/ui_title_theme.tres" type="Theme" id=9] +[ext_resource path="res://UserInterface/But_Quit.tscn" type="PackedScene" id=10] + +[node name="MenuScreen" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +theme = ExtResource( 8 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="background_demo" type="TextureRect" parent="."] +anchor_right = 1.0 +anchor_bottom = 1.0 +texture = ExtResource( 7 ) +expand = true +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Title" parent="." instance=ExtResource( 5 )] +margin_top = 51.8676 +margin_bottom = 117.868 +theme = ExtResource( 9 ) + +[node name="VBoxContainer" type="VBoxContainer" parent="."] +anchor_left = 0.5 +anchor_top = 0.5 +anchor_right = 0.5 +anchor_bottom = 0.5 +margin_left = -119.0 +margin_top = -152.0 +margin_right = 119.0 +margin_bottom = 152.0 +rect_scale = Vector2( 1.04675, 1.07389 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="But_NewGame" parent="VBoxContainer" instance=ExtResource( 1 )] +margin_right = 238.0 +margin_bottom = 48.0 +next_scene_path = "res://Screens/NewGame_temp.tscn" + +[node name="But_LoadGame" parent="VBoxContainer" instance=ExtResource( 1 )] +margin_top = 52.0 +margin_right = 238.0 +margin_bottom = 100.0 +text = "Load Game" +next_scene_path = "res://Screens/LoadGame_temp.tscn" + +[node name="But_Multiplayer" parent="VBoxContainer" instance=ExtResource( 1 )] +margin_top = 104.0 +margin_right = 238.0 +margin_bottom = 152.0 +text = "Multiplayer" +next_scene_path = "res://Screens/Multiplayer_temp.tscn" + +[node name="But_AddChar" parent="VBoxContainer" instance=ExtResource( 1 )] +margin_top = 156.0 +margin_right = 238.0 +margin_bottom = 204.0 +text = "Add Character" +next_scene_path = "res://Screens/AddCharacter_temp.tscn" + +[node name="But_Settings" parent="VBoxContainer" instance=ExtResource( 1 )] +margin_top = 208.0 +margin_right = 238.0 +margin_bottom = 256.0 +text = "Settings" +next_scene_path = "res://Screens/Settings.tscn" + +[node name="But_Quit" parent="VBoxContainer" instance=ExtResource( 10 )] +margin_top = 260.0 +margin_right = 238.0 +margin_bottom = 304.0 + +[node name="Version" type="Label" parent="."] +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +margin_left = -165.0 +margin_top = -38.0 +text = "Version: 0.0.0" +__meta__ = { +"_edit_use_anchors_": false +} diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Multiplayer_temp.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Multiplayer_temp.tscn new file mode 100644 index 0000000..8d2863e --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Multiplayer_temp.tscn @@ -0,0 +1,13 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] + +[node name="Control" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Title" parent="." instance=ExtResource( 1 )] +text = "Multiplayer (temp)" diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/NewGame_temp.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/NewGame_temp.tscn new file mode 100644 index 0000000..24626c0 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/NewGame_temp.tscn @@ -0,0 +1,13 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] + +[node name="Control" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="newGameTextTemp" parent="." instance=ExtResource( 1 )] +text = "Start new game (temp)" diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Settings.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Settings.tscn new file mode 100644 index 0000000..aebddb7 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/Screens/Settings.tscn @@ -0,0 +1,13 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://UserInterface/Title.tscn" type="PackedScene" id=1] + +[node name="Control" type="Control"] +anchor_right = 1.0 +anchor_bottom = 1.0 +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="Title" parent="." instance=ExtResource( 1 )] +text = "Settings (temp)" diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_AddChar.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_AddChar.tscn new file mode 100644 index 0000000..c5514ca --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_AddChar.tscn @@ -0,0 +1,11 @@ +[gd_scene format=2] + +[node name="But_AddChar" type="Button"] +margin_top = 85.0 +margin_right = 130.0 +margin_bottom = 109.0 +size_flags_vertical = 3 +text = "Add Character" +__meta__ = { +"_edit_use_anchors_": false +} diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.gd b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.gd new file mode 100644 index 0000000..3327be8 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.gd @@ -0,0 +1,12 @@ +#Tool lets you any code in editor, such as plugins +tool +extends Button + +#Creates param usable in the UI; and the params next to export make it string and file browser +export(String, FILE) var next_scene_path: = "" + +func _on_But_NewGame_button_up(): + get_tree().change_scene(next_scene_path) + +func _get_configuration_warning() -> String: + return "next_scene_path must be set for this button to work" if next_scene_path == "" else "" diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.tscn new file mode 100644 index 0000000..80849fc --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_ChangeScene.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://UserInterface/But_ChangeScene.gd" type="Script" id=1] + +[node name="But_ChangeScene" type="Button"] +margin_right = 130.0 +margin_bottom = 24.0 +size_flags_vertical = 3 +text = "New Game" +script = ExtResource( 1 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[connection signal="button_up" from="." to="." method="_on_But_NewGame_button_up"] diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_LoadGame.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_LoadGame.tscn new file mode 100644 index 0000000..ae476e8 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_LoadGame.tscn @@ -0,0 +1,8 @@ +[gd_scene format=2] + +[node name="But_LoadGame" type="Button"] +margin_top = 28.0 +margin_right = 130.0 +margin_bottom = 52.0 +size_flags_vertical = 3 +text = "Load Game" diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Multiplayer.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Multiplayer.tscn new file mode 100644 index 0000000..a35b2e7 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Multiplayer.tscn @@ -0,0 +1,11 @@ +[gd_scene format=2] + +[node name="But_Multiplayer" type="Button"] +margin_top = 56.0 +margin_right = 130.0 +margin_bottom = 81.0 +size_flags_vertical = 3 +text = "Multiplayer" +__meta__ = { +"_edit_use_anchors_": false +} diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.gd b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.gd new file mode 100644 index 0000000..8be264f --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.gd @@ -0,0 +1,6 @@ +extends Button + + + +func _on_But_Quit_button_up(): + get_tree().quit() diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.tscn new file mode 100644 index 0000000..e52c053 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Quit.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://UserInterface/But_Quit.gd" type="Script" id=1] + +[node name="But_Quit" type="Button"] +margin_top = 240.0 +margin_right = 179.0 +margin_bottom = 284.0 +text = "Quit" +script = ExtResource( 1 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[connection signal="button_up" from="." to="." method="_on_But_Quit_button_up"] diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Settings.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Settings.tscn new file mode 100644 index 0000000..b9c4528 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/But_Settings.tscn @@ -0,0 +1,8 @@ +[gd_scene format=2] + +[node name="But_Settings" type="Button"] +margin_top = 113.0 +margin_right = 130.0 +margin_bottom = 138.0 +size_flags_vertical = 3 +text = "Settings" diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/Title.tscn b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/Title.tscn new file mode 100644 index 0000000..b4fbc78 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/UserInterface/Title.tscn @@ -0,0 +1,17 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://assets/base_dynamicFont_BIG.tres" type="DynamicFont" id=1] + +[node name="Title" type="Label"] +anchor_left = 0.5 +anchor_right = 0.5 +margin_left = -110.5 +margin_top = 114.422 +margin_right = 110.5 +margin_bottom = 180.422 +custom_fonts/font = ExtResource( 1 ) +text = "Main Menu" +align = 1 +__meta__ = { +"_edit_use_anchors_": false +} diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png new file mode 100644 index 0000000..1ac5ed2 Binary files /dev/null and b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png differ diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png.import b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png.import new file mode 100644 index 0000000..13364f0 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/background_demo.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://assets/background_demo.png" +dest_files=[ "res://.import/background_demo.png-bf78baa5e40d24f1836aa08964398dec.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicFont_BIG.tres b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicFont_BIG.tres new file mode 100644 index 0000000..a2e2de7 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicFont_BIG.tres @@ -0,0 +1,7 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://assets/l_10646.ttf" type="DynamicFontData" id=1] + +[resource] +size = 42 +font_data = ExtResource( 1 ) diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicfont.tres b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicfont.tres new file mode 100644 index 0000000..63243b4 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/base_dynamicfont.tres @@ -0,0 +1,7 @@ +[gd_resource type="DynamicFont" load_steps=2 format=2] + +[ext_resource path="res://assets/l_10646.ttf" type="DynamicFontData" id=1] + +[resource] +size = 24 +font_data = ExtResource( 1 ) diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/l_10646.ttf b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/l_10646.ttf new file mode 100644 index 0000000..afb1c60 Binary files /dev/null and b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/l_10646.ttf differ diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_theme.tres b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_theme.tres new file mode 100644 index 0000000..d4fd2c4 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_theme.tres @@ -0,0 +1,6 @@ +[gd_resource type="Theme" load_steps=2 format=2] + +[ext_resource path="res://assets/base_dynamicfont.tres" type="DynamicFont" id=1] + +[resource] +default_font = ExtResource( 1 ) diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_title_theme.tres b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_title_theme.tres new file mode 100644 index 0000000..267921c --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/assets/ui_title_theme.tres @@ -0,0 +1,6 @@ +[gd_resource type="Theme" load_steps=2 format=2] + +[ext_resource path="res://assets/base_dynamicFont_BIG.tres" type="DynamicFont" id=1] + +[resource] +default_font = ExtResource( 1 ) diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/default_env.tres b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/default_env.tres new file mode 100644 index 0000000..20207a4 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/default_env.tres @@ -0,0 +1,7 @@ +[gd_resource type="Environment" load_steps=2 format=2] + +[sub_resource type="ProceduralSky" id=1] + +[resource] +background_mode = 2 +background_sky = SubResource( 1 ) diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png new file mode 100644 index 0000000..c98fbb6 Binary files /dev/null and b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png differ diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png.import b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png.import new file mode 100644 index 0000000..96cbf46 --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/icon.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="StreamTexture" +path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.png" +dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ] + +[params] + +compress/mode=0 +compress/lossy_quality=0.7 +compress/hdr_mode=0 +compress/bptc_ldr=0 +compress/normal_map=0 +flags/repeat=0 +flags/filter=true +flags/mipmaps=false +flags/anisotropic=false +flags/srgb=2 +process/fix_alpha_border=true +process/premult_alpha=false +process/HDR_as_SRGB=false +process/invert_color=false +stream=false +size_limit=0 +detect_3d=true +svg/scale=1.0 diff --git a/GodotUserInterface_Doug/rpgr_gameWork_20211010A/project.godot b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/project.godot new file mode 100644 index 0000000..2ee8aaf --- /dev/null +++ b/GodotUserInterface_Doug/rpgr_gameWork_20211010A/project.godot @@ -0,0 +1,23 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=4 + +[application] + +config/name="RPGR_moduleWork_21_1009" +run/main_scene="res://Screens/MenuScreen.tscn" +config/icon="res://icon.png" + +[physics] + +common/enable_pause_aware_picking=true + +[rendering] + +environment/default_environment="res://default_env.tres"