1234567891011121314151617181920 |
- [gd_scene load_steps=4 format=3 uid="uid://bxjjn0hk6y5x7"]
- [ext_resource type="Texture2D" uid="uid://m172by16xtq7" path="res://res/slot.png" id="1_64y0s"]
- [ext_resource type="Script" path="res://scene/core/slot.gd" id="1_xj6kk"]
- [sub_resource type="RectangleShape2D" id="RectangleShape2D_0c04m"]
- size = Vector2(140, 247)
- [node name="Slot" type="Area2D"]
- script = ExtResource("1_xj6kk")
- [node name="Slot" type="Sprite2D" parent="."]
- modulate = Color(1, 1, 1, 0.501961)
- z_index = 1000
- scale = Vector2(0.3, 0.3)
- texture = ExtResource("1_64y0s")
- [node name="CollisionShape2D" type="CollisionShape2D" parent="."]
- position = Vector2(0, -105.5)
- shape = SubResource("RectangleShape2D_0c04m")
|