68 lines
2.5 KiB
Plaintext
68 lines
2.5 KiB
Plaintext
[gd_scene load_steps=8 format=3 uid="uid://cg1j8nx4m03il"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dopbuhbk36tll" path="res://tombolkiri.png" id="1_1vn1f"]
|
|
[ext_resource type="Script" uid="uid://mf5a65kntcwb" path="res://uitombol.gd" id="1_psnjy"]
|
|
[ext_resource type="Texture2D" uid="uid://brykjcm40k3fs" path="res://tombolkanan.png" id="2_5rc7q"]
|
|
[ext_resource type="Texture2D" uid="uid://bbi0eojfdr54m" path="res://tombolbawah.png" id="3_kovmj"]
|
|
[ext_resource type="Texture2D" uid="uid://mh87mphg3erp" path="res://tombolatas.png" id="4_psnjy"]
|
|
[ext_resource type="Texture2D" uid="uid://b6pee86147tp2" path="res://tombolinterract.png" id="5_kovmj"]
|
|
[ext_resource type="Texture2D" uid="uid://car2du8hlg4ae" path="res://tombollompat.png" id="6_psnjy"]
|
|
|
|
[node name="uitombol" type="CanvasLayer"]
|
|
script = ExtResource("1_psnjy")
|
|
|
|
[node name="Control" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 1.0
|
|
offset_top = 3.0
|
|
offset_right = 1.0
|
|
offset_bottom = 3.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
|
|
[node name="tombolkiri" type="TouchScreenButton" parent="Control"]
|
|
modulate = Color(1, 1, 1, 0.39215687)
|
|
position = Vector2(51.00004, 441.99997)
|
|
scale = Vector2(0.53442615, 0.5514951)
|
|
texture_normal = ExtResource("1_1vn1f")
|
|
action = "gerak_kiri"
|
|
|
|
[node name="tombolkanan" type="TouchScreenButton" parent="Control"]
|
|
modulate = Color(1, 1, 1, 0.39215687)
|
|
position = Vector2(199.99998, 451)
|
|
scale = Vector2(0.50825095, 0.52747256)
|
|
texture_normal = ExtResource("2_5rc7q")
|
|
action = "gerak_kanan"
|
|
|
|
[node name="tombolbawah" type="TouchScreenButton" parent="Control"]
|
|
modulate = Color(1, 1, 1, 0.39215687)
|
|
position = Vector2(625.9999, 447)
|
|
scale = Vector2(0.5173613, 0.52499986)
|
|
texture_normal = ExtResource("3_kovmj")
|
|
action = "gerak_bawah"
|
|
|
|
[node name="tombolatas" type="TouchScreenButton" parent="Control"]
|
|
modulate = Color(1, 1, 1, 0.39215687)
|
|
position = Vector2(633.0001, 325)
|
|
scale = Vector2(0.5303643, 0.54098344)
|
|
texture_normal = ExtResource("4_psnjy")
|
|
action = "gerak_atas"
|
|
|
|
[node name="tombolinteraksi" type="TouchScreenButton" parent="Control"]
|
|
modulate = Color(1, 1, 1, 0.39215687)
|
|
position = Vector2(762.00006, 435)
|
|
scale = Vector2(0.29999995, 0.29333332)
|
|
texture_normal = ExtResource("5_kovmj")
|
|
action = "interact"
|
|
|
|
[node name="tombollompat" type="TouchScreenButton" parent="Control"]
|
|
modulate = Color(1, 1, 1, 0.39215687)
|
|
position = Vector2(907.00006, 439.00003)
|
|
scale = Vector2(0.29666668, 0.2916667)
|
|
texture_normal = ExtResource("6_psnjy")
|
|
action = "lompat"
|