19 lines
672 B
Plaintext
19 lines
672 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://lruk652t0xe5"]
|
|
|
|
[ext_resource type="Script" uid="uid://ddg7dv686sbrb" path="res://scripts/yellow_chip.gd" id="1_epi6l"]
|
|
[ext_resource type="Texture2D" uid="uid://qy30emdgrk7o" path="res://assets/sprites/YellowChip.png" id="1_eu0sq"]
|
|
|
|
[sub_resource type="CircleShape2D" id="CircleShape2D_epi6l"]
|
|
radius = 13.004272
|
|
|
|
[node name="YellowChip" type="RigidBody2D"]
|
|
script = ExtResource("1_epi6l")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
scale = Vector2(3, 3)
|
|
texture = ExtResource("1_eu0sq")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
scale = Vector2(3, 3)
|
|
shape = SubResource("CircleShape2D_epi6l")
|