Files
connect4-moderator-observer/scenes/red_chip.tscn
2025-12-03 20:06:34 -05:00

19 lines
664 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://b4tujjdhmk4h"]
[ext_resource type="Texture2D" uid="uid://ckmfi0cjgxgyk" path="res://assets/sprites/RedChip.png" id="1_qsflu"]
[ext_resource type="Script" uid="uid://dd5nu6037qsr0" path="res://scripts/red_chip.gd" id="1_tfypd"]
[sub_resource type="CircleShape2D" id="CircleShape2D_tfypd"]
radius = 13.017083
[node name="RedChip" type="RigidBody2D"]
script = ExtResource("1_tfypd")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(3, 3)
texture = ExtResource("1_qsflu")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
scale = Vector2(3, 3)
shape = SubResource("CircleShape2D_tfypd")