diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-11-14 14:41:46 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-11-14 14:41:46 +0200 |
| commit | 823e7458cc93e0beb91f0a78d667459b755b0c8c (patch) | |
| tree | 7723dfbe258b60e52e3445b30ccc68ec2e54f778 /touch_screen_ui.tscn | |
| parent | 5ed6eb1c724076d3119e624951b07726a665f834 (diff) | |
Try improving mobile GUI
Diffstat (limited to 'touch_screen_ui.tscn')
| -rw-r--r-- | touch_screen_ui.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/touch_screen_ui.tscn b/touch_screen_ui.tscn index 3748379..fe20f59 100644 --- a/touch_screen_ui.tscn +++ b/touch_screen_ui.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=7 format=3 uid="uid://cciwccvljuuyq"] +[gd_scene load_steps=8 format=3 uid="uid://cciwccvljuuyq"] [ext_resource type="PackedScene" uid="uid://dwl0fylftkrn7" path="res://touch_screen_button.tscn" id="1_e48dh"] +[ext_resource type="Script" uid="uid://get1ypni1vfp" path="res://touch_screen_ui.gd" id="1_v5djr"] [ext_resource type="Texture2D" uid="uid://dxwflmdxikfiu" path="res://assets/kenney_1-bit-input-prompts-pixel-16/Tiles (Black)/tile_0758.png" id="2_v5djr"] [ext_resource type="Texture2D" uid="uid://bhpl1ew34plow" path="res://assets/kenney_1-bit-input-prompts-pixel-16/Tiles (Black)/tile_0760.png" id="3_jinrf"] [ext_resource type="Texture2D" uid="uid://m46a5qu4rgui" path="res://assets/kenney_1-bit-input-prompts-pixel-16/Tiles (Black)/tile_0757.png" id="4_ay5rb"] @@ -10,6 +11,7 @@ size = Vector2(40, 26) [node name="TouchScreenUI" type="CanvasLayer"] +script = ExtResource("1_v5djr") [node name="TouchScreenButtonRight" parent="." instance=ExtResource("1_e48dh")] position = Vector2(60, 88) |
