diff --git a/half-earth/project.godot b/half-earth/project.godot index 4371922..93daccc 100644 --- a/half-earth/project.godot +++ b/half-earth/project.godot @@ -11,7 +11,8 @@ config_version=4 [application] config/name="Half-earth" -config/icon="res://icon.png" +run/main_scene="res://nodes/game.tscn" +config/icon="res://textures/icon.png" [gui] @@ -27,4 +28,5 @@ common/enable_pause_aware_picking=true [rendering] -environment/default_environment="res://default_env.tres" +gles3/shaders/shader_compilation_mode=1 +environment/default_environment="res://resources/default_env.tres" diff --git a/half-earth/default_env.tres b/half-earth/resources/default_env.tres similarity index 100% rename from half-earth/default_env.tres rename to half-earth/resources/default_env.tres diff --git a/half-earth/icon.png b/half-earth/textures/icon.png similarity index 100% rename from half-earth/icon.png rename to half-earth/textures/icon.png diff --git a/half-earth/icon.png.import b/half-earth/textures/icon.png.import similarity index 73% rename from half-earth/icon.png.import rename to half-earth/textures/icon.png.import index a4c02e6..b996b3c 100644 --- a/half-earth/icon.png.import +++ b/half-earth/textures/icon.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +path="res://.import/icon.png-f931f6b997c470ed41f337ac62349254.stex" metadata={ "vram_texture": false } [deps] -source_file="res://icon.png" -dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ] +source_file="res://textures/icon.png" +dest_files=[ "res://.import/icon.png-f931f6b997c470ed41f337ac62349254.stex" ] [params]