diff options
Diffstat (limited to 'touch_screen_ui.tscn')
| -rw-r--r-- | touch_screen_ui.tscn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/touch_screen_ui.tscn b/touch_screen_ui.tscn index a9b29b3..52e4e37 100644 --- a/touch_screen_ui.tscn +++ b/touch_screen_ui.tscn @@ -15,19 +15,27 @@ size = Vector2(40, 26) position = Vector2(60, 88) action = "move_right" texture = ExtResource("2_e48dh") +inactive_color = Color(0.54509807, 0.6666667, 1, 0.5019608) +active_color = Color(0, 0.77254903, 0.7764706, 0.5019608) [node name="TouchScreenButtonLeft" parent="." groups=["ui_movement"] instance=ExtResource("1_e48dh")] position = Vector2(20, 88) action = "move_left" texture = ExtResource("3_e48dh") +inactive_color = Color(0.54509807, 0.6666667, 1, 0.5019608) +active_color = Color(0, 0.77254903, 0.7764706, 0.5019608) [node name="TouchScreenButtonJump" parent="." groups=["ui_movement"] instance=ExtResource("1_e48dh")] position = Vector2(172, 88) action = "jump" texture = ExtResource("4_e48dh") +inactive_color = Color(0.54509807, 0.6666667, 1, 0.5019608) +active_color = Color(0, 0.77254903, 0.7764706, 0.5019608) [node name="TouchScreenButtonMenu" parent="." groups=["ui_menu"] instance=ExtResource("1_e48dh")] position = Vector2(172, 13) shape = SubResource("RectangleShape2D_k6i1l") action = "menu" texture = ExtResource("5_e48dh") +inactive_color = Color(0.54509807, 0.6666667, 1, 0.5019608) +active_color = Color(0, 0.77254903, 0.7764706, 0.5019608) |
