diff --git a/Game.tscn b/Game.tscn index f8cea81..c76b4a1 100644 --- a/Game.tscn +++ b/Game.tscn @@ -1,11 +1,10 @@ [gd_scene format=3 uid="uid://cgsmfi2s51cbd"] -[ext_resource type="Script" uid="uid://br2udyi6t8yvf" path="res://Scripts/World.cs" id="1_xkndl"] +[ext_resource type="Script" path="res://Scripts/World.cs" id="1_xkndl"] [ext_resource type="Script" uid="uid://dqrdb3bvws6b6" path="res://Scripts/SteamworksHandler.cs" id="2_xkndl"] [ext_resource type="Script" uid="uid://c7khr6oist3ku" path="res://Scripts/Camera3d.cs" id="3_u44n3"] [sub_resource type="CompressedTexture2D" id="CompressedTexture2D_u44n3"] -load_path = "res://.godot/imported/Background.png-e8880a50f4091751eaed728281d3c21e.s3tc.ctex" [sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_u44n3"] panorama = SubResource("CompressedTexture2D_u44n3") diff --git a/Prefabs/Layer.tscn b/Prefabs/Layer.tscn index b790d97..8fc877e 100644 --- a/Prefabs/Layer.tscn +++ b/Prefabs/Layer.tscn @@ -1,6 +1,6 @@ [gd_scene format=3 uid="uid://ck10wk10me3tx"] -[ext_resource type="Script" uid="uid://dkg0vq75koeig" path="res://Scripts/Helpers/Layer.cs" id="1_trar1"] +[ext_resource type="Script" path="res://Scripts/Helpers/Layer.cs" id="1_trar1"] [node name="Node3D" type="Node3D" unique_id=724642284] script = ExtResource("1_trar1") diff --git a/project.godot b/project.godot index 5120f4b..91496d7 100644 --- a/project.godot +++ b/project.godot @@ -19,6 +19,12 @@ run/main_scene="uid://cgsmfi2s51cbd" config/features=PackedStringArray("4.6", "C#", "Forward Plus") config/icon="res://icon.svg" +[display] + +window/size/mode=2 +window/size/initial_position_type=3 +window/size/borderless=true + [dotnet] project/assembly_name="RuinAdventurer"