slot.tscn 689 B

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