diff --git a/assets/icons/app.ico b/assets/icons/app.ico deleted file mode 100644 index e69de29..0000000 diff --git a/assets/icons/icon.ico b/assets/icons/icon.ico new file mode 100644 index 0000000..d58142b Binary files /dev/null and b/assets/icons/icon.ico differ diff --git a/assets/icons/Dungman Icon.png b/assets/icons/icon.png similarity index 100% rename from assets/icons/Dungman Icon.png rename to assets/icons/icon.png diff --git a/assets/icons/Dungman Icon.png.import b/assets/icons/icon.png.import similarity index 70% rename from assets/icons/Dungman Icon.png.import rename to assets/icons/icon.png.import index 2244637..ffe51be 100644 --- a/assets/icons/Dungman Icon.png.import +++ b/assets/icons/icon.png.import @@ -2,15 +2,15 @@ importer="texture" type="StreamTexture" -path="res://.import/Dungman Icon.png-4d76ec34721731dd474957c173956ea0.stex" +path="res://.import/icon.png-816117353ba57afc3af521f78eedcc3c.stex" metadata={ "vram_texture": false } [deps] -source_file="res://assets/icons/Dungman Icon.png" -dest_files=[ "res://.import/Dungman Icon.png-4d76ec34721731dd474957c173956ea0.stex" ] +source_file="res://assets/icons/icon.png" +dest_files=[ "res://.import/icon.png-816117353ba57afc3af521f78eedcc3c.stex" ] [params] diff --git a/project.godot b/project.godot index 7f36a7c..9194194 100644 --- a/project.godot +++ b/project.godot @@ -112,8 +112,8 @@ _global_script_class_icons={ config/name="Dungee" run/main_scene="res://scenes/main.tscn" -config/icon="res://assets/icons/Dungman Icon.png" -config/windows_native_icon="res://assets/icons/app.ico" +config/icon="res://assets/icons/icon.png" +config/windows_native_icon="res://assets/icons/icon.ico" [autoload] diff --git a/scenes/game_manager.tscn b/scenes/game_manager.tscn index c0317a0..2cc44e6 100644 --- a/scenes/game_manager.tscn +++ b/scenes/game_manager.tscn @@ -12,14 +12,16 @@ rect_pivot_offset = Vector2( 1024, 600 ) [node name="day_timer_text" type="Label" parent="UI"] unique_name_in_owner = true -anchor_left = 0.752 -anchor_right = 0.808 -anchor_bottom = 0.016 +anchor_left = 1.0 +anchor_right = 1.0 margin_left = -67.8719 -margin_right = -68.5601 -margin_bottom = 0.199999 +margin_right = 39.1281 +margin_bottom = 14.0 +grow_horizontal = 0 rect_scale = Vector2( 5, 5 ) -text = "Time Left: " +rect_pivot_offset = Vector2( 116.901, -0.362253 ) +text = "Time Left: 00:20" +align = 2 uppercase = true [node name="day_timer" type="Timer" parent="."]