Renamed and redid icons

This commit is contained in:
akshay 2022-08-20 03:37:33 -04:00
parent 6db791b043
commit 7c31d9491a
6 changed files with 13 additions and 11 deletions

View File

BIN
assets/icons/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

View File

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 191 KiB

View File

@ -2,15 +2,15 @@
importer="texture" importer="texture"
type="StreamTexture" type="StreamTexture"
path="res://.import/Dungman Icon.png-4d76ec34721731dd474957c173956ea0.stex" path="res://.import/icon.png-816117353ba57afc3af521f78eedcc3c.stex"
metadata={ metadata={
"vram_texture": false "vram_texture": false
} }
[deps] [deps]
source_file="res://assets/icons/Dungman Icon.png" source_file="res://assets/icons/icon.png"
dest_files=[ "res://.import/Dungman Icon.png-4d76ec34721731dd474957c173956ea0.stex" ] dest_files=[ "res://.import/icon.png-816117353ba57afc3af521f78eedcc3c.stex" ]
[params] [params]

View File

@ -112,8 +112,8 @@ _global_script_class_icons={
config/name="Dungee" config/name="Dungee"
run/main_scene="res://scenes/main.tscn" run/main_scene="res://scenes/main.tscn"
config/icon="res://assets/icons/Dungman Icon.png" config/icon="res://assets/icons/icon.png"
config/windows_native_icon="res://assets/icons/app.ico" config/windows_native_icon="res://assets/icons/icon.ico"
[autoload] [autoload]

View File

@ -12,14 +12,16 @@ rect_pivot_offset = Vector2( 1024, 600 )
[node name="day_timer_text" type="Label" parent="UI"] [node name="day_timer_text" type="Label" parent="UI"]
unique_name_in_owner = true unique_name_in_owner = true
anchor_left = 0.752 anchor_left = 1.0
anchor_right = 0.808 anchor_right = 1.0
anchor_bottom = 0.016
margin_left = -67.8719 margin_left = -67.8719
margin_right = -68.5601 margin_right = 39.1281
margin_bottom = 0.199999 margin_bottom = 14.0
grow_horizontal = 0
rect_scale = Vector2( 5, 5 ) 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 uppercase = true
[node name="day_timer" type="Timer" parent="."] [node name="day_timer" type="Timer" parent="."]