icon! LT RB and LS button images!

This commit is contained in:
Harmony Honey 2022-05-05 18:58:36 -04:00
parent 603c869b63
commit 38fb7fc65c
23 changed files with 35 additions and 25 deletions

View file

@ -31,7 +31,7 @@ codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon=""
application/icon="res://media/image/icon/rota.ico"
application/file_version=""
application/product_version=""
application/company_name="Harmony Honey"

BIN
media/image/UI/btn_lb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

BIN
media/image/UI/btn_ls.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
media/image/UI/btn_lt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

BIN
media/image/UI/btn_rb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
media/image/UI/btn_rs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
media/image/UI/btn_rt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View file

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
media/image/icon/icon16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
media/image/icon/icon32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
media/image/icon/icon48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

BIN
media/image/icon/icon64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

BIN
media/image/icon/rota.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 361 KiB

View file

@ -68,9 +68,10 @@ run/main_scene="res://src/menu/MenuTitle.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="ROTA-Harmony"
config/project_settings_override="user://override.cfg"
boot_splash/image="res://media/image/UI/boot_splash.png"
boot_splash/image="res://media/image/UI/title_splash.png"
boot_splash/bg_color=Color( 0, 0, 0, 1 )
config/icon="res://media/image/gobot.png"
config/icon="res://media/image/icon/icon128.png"
config/windows_native_icon="res://media/image/icon/rota.ico"
[autoload]

View file

@ -1,7 +1,6 @@
tool
extends Node2D
export var color := Color("00fff9") # 00fff9 ff007e
export var width := 50.0 setget set_width
export var end_scale := 0.75 setget set_end
export var length = 25.0

View file

@ -444,22 +444,22 @@ use_parent_material = true
position = Vector2( 0, -25 )
end_scale = 0.8
[node name="Left" type="Line2D" parent="Sprites/Root/Body"]
position = Vector2( -5, -9.5 )
rotation = 0.387463
points = PoolVector2Array( 0, 0, 0, 26 )
default_color = Color( 1, 0.34, 0.725, 1 )
begin_cap_mode = 2
end_cap_mode = 2
[node name="Middle" type="Line2D" parent="Sprites/Root/Body"]
[node name="Torso" type="Line2D" parent="Sprites/Root/Body"]
position = Vector2( 0, -9.5 )
points = PoolVector2Array( 0, 0, 0, 20 )
width = 22.0
width_curve = SubResource( 13 )
default_color = Color( 1, 0.34, 0.725, 1 )
default_color = Color( 1, 0.341176, 0.72549, 1 )
[node name="Right" type="Line2D" parent="Sprites/Root/Body"]
[node name="LegL" type="Line2D" parent="Sprites/Root/Body"]
position = Vector2( -5, -9.5 )
rotation = 0.387463
points = PoolVector2Array( 0, 0, 0, 26 )
default_color = Color( 1, 0.341176, 0.72549, 1 )
begin_cap_mode = 2
end_cap_mode = 2
[node name="LegR" type="Line2D" parent="Sprites/Root/Body"]
position = Vector2( 5, -9.5 )
rotation = -0.387463
points = PoolVector2Array( 0, 0, 0, 26 )
@ -473,18 +473,18 @@ position = Vector2( 0, -25 )
scale = Vector2( 0.4, 0.4 )
texture = ExtResource( 14 )
[node name="EyeL" type="Line2D" parent="Sprites/Root/Body/Head"]
position = Vector2( -25, -16 )
points = PoolVector2Array( 0, 0, 0, 15 )
width = 20.0
[node name="EyeL" type="Line2D" parent="Sprites/Root/Body"]
position = Vector2( -10, -31.5 )
points = PoolVector2Array( 0, 0, 0, 6 )
width = 8.0
default_color = Color( 0.180392, 0.180392, 0.180392, 1 )
begin_cap_mode = 2
end_cap_mode = 2
[node name="EyeR" type="Line2D" parent="Sprites/Root/Body/Head"]
position = Vector2( 25, -16 )
points = PoolVector2Array( 0, 0, 0, 15 )
width = 20.0
[node name="EyeR" type="Line2D" parent="Sprites/Root/Body"]
position = Vector2( 10, -31.5 )
points = PoolVector2Array( 0, 0, 0, 6 )
width = 8.0
default_color = Color( 0.180392, 0.180392, 0.180392, 1 )
begin_cap_mode = 2
end_cap_mode = 2

View file

@ -142,6 +142,9 @@ func sub_menu(arg : MenuBase):
arg.is_open = true
arg.connect("signal_close", self, "sub_close")
joy = Vector2.ZERO
joy_last = Vector2.ZERO
func sub_close(arg):
is_sub_menu = false

View file

@ -14,8 +14,9 @@ func _ready():
Shared.save_slot = -1
randomize()
Music.play_song()
if !Music.playing:
randomize()
Music.play_song()
func _exit_tree():
UI.menu.show = false

View file

@ -26,6 +26,10 @@ var tex = {\"JOY 0\": preload(\"res://media/image/UI/btn_a.png\"),
\"JOY 1\": preload(\"res://media/image/UI/btn_b.png\"),
\"JOY 2\": preload(\"res://media/image/UI/btn_x.png\"),
\"JOY 3\": preload(\"res://media/image/UI/btn_y.png\"),
\"JOY 4\": preload(\"res://media/image/UI/btn_lb.png\"),
\"JOY 5\": preload(\"res://media/image/UI/btn_rb.png\"),
\"JOY 8\": preload(\"res://media/image/UI/btn_ls.png\"),
\"JOY 9\": preload(\"res://media/image/UI/btn_rs.png\"),
\"JOY 10\": preload(\"res://media/image/UI/btn_select.png\"),
\"JOY 11\": preload(\"res://media/image/UI/btn_start.png\"),
\"JOY 12\": preload(\"res://media/image/UI/dpad_up.png\"),
@ -40,6 +44,8 @@ var tex = {\"JOY 0\": preload(\"res://media/image/UI/btn_a.png\"),
\"AXIS 2+\": preload(\"res://media/image/UI/r_stick_right.png\"),
\"AXIS 3-\": preload(\"res://media/image/UI/r_stick_up.png\"),
\"AXIS 3+\": preload(\"res://media/image/UI/r_stick_down.png\"),
\"AXIS 6+\": preload(\"res://media/image/UI/btn_lt.png\"),
\"AXIS 7+\": preload(\"res://media/image/UI/btn_rt.png\"),
\"KEY\": preload(\"res://media/image/box/round_rect200.png\"),
\"KEY_2\": preload(\"res://media/image/UI/key_2.png\"),
\"KEY_3\": preload(\"res://media/image/UI/key_3.png\"),