1
0
Fork 0
spacetac/core/unit.tscn

15 lines
441 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://bft45rcp7v3a6"]
[ext_resource type="Script" path="res://core/unit.gd" id="1_1i367"]
[sub_resource type="CircleShape2D" id="CircleShape2D_n7nby"]
[node name="unit" type="RigidBody2D" groups=["unit"]]
script = ExtResource("1_1i367")
[node name="shape" type="CollisionShape2D" parent="."]
shape = SubResource("CircleShape2D_n7nby")
disabled = true
[node name="sprite" type="Sprite2D" parent="."]