17 lines
615 B
Plaintext
17 lines
615 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 = 14.0
|
|
|
|
[node name="RedChip" type="RigidBody2D"]
|
|
script = ExtResource("1_tfypd")
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource("1_qsflu")
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
shape = SubResource("CircleShape2D_tfypd")
|