game loop improvement
This commit is contained in:
20
scenes/table/table.tscn
Normal file
20
scenes/table/table.tscn
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_scene format=3 uid="uid://cayrxqnypoytu"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://r542aaur4vsc" path="res://scenes/table/table.gd" id="1_ov72x"]
|
||||
[ext_resource type="PackedScene" uid="uid://l0hl170iqkgx" path="res://scenes/seat/seat.tscn" id="1_qavd0"]
|
||||
|
||||
[node name="Table" type="Node2D" unique_id=1315188460]
|
||||
script = ExtResource("1_ov72x")
|
||||
|
||||
[node name="Seat1" parent="." unique_id=1604639021 instance=ExtResource("1_qavd0")]
|
||||
position = Vector2(-204, -87)
|
||||
|
||||
[node name="Seat2" parent="." unique_id=848918585 instance=ExtResource("1_qavd0")]
|
||||
position = Vector2(-14, -117)
|
||||
|
||||
[node name="Seat3" parent="." unique_id=150555678 instance=ExtResource("1_qavd0")]
|
||||
position = Vector2(173, -98)
|
||||
|
||||
[connection signal="seat_clicked" from="Seat1" to="." method="on_seat_clicked"]
|
||||
[connection signal="seat_clicked" from="Seat2" to="." method="on_seat_clicked"]
|
||||
[connection signal="seat_clicked" from="Seat3" to="." method="on_seat_clicked"]
|
||||
Reference in New Issue
Block a user