xanarch-td/scenes/gameplay/Creep.tscn
2026-06-03 21:53:16 -04:00

26 lines
677 B
Text

[gd_scene load_steps=3 format=3 uid="uid://creep"]
[ext_resource type="Script" path="res://scripts/gameplay/Creep.gd" id="1"]
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_1"]
radius = 12.0
height = 24.0
[node name="Creep" type="CharacterBody2D"]
script = ExtResource("1")
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2(0.5, 0.5)
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
shape = SubResource("CapsuleShape2D_1")
[node name="HealthBar" type="ProgressBar" parent="."]
offset_left = -20.0
offset_top = -30.0
offset_right = 20.0
offset_bottom = -20.0
min_value = 0.0
max_value = 100.0
value = 100.0
show_percentage = false