mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-02 14:39:37 +01:00
23 lines
625 B
Plaintext
23 lines
625 B
Plaintext
|
[gd_scene load_steps=4 format=2]
|
||
|
|
||
|
[ext_resource path="res://combat/combatants/Combatant.tscn" type="PackedScene" id=1]
|
||
|
[ext_resource path="res://combat/combatants/Opponent.gd" type="Script" id=2]
|
||
|
[ext_resource path="res://combat/combatants/sprites/green.png" type="Texture" id=3]
|
||
|
|
||
|
[node name="Opponent" instance=ExtResource( 1 )]
|
||
|
script = ExtResource( 2 )
|
||
|
damage = 3
|
||
|
|
||
|
[node name="Health" parent="." index="0"]
|
||
|
life = 7
|
||
|
max_life = 7
|
||
|
|
||
|
[node name="Body" parent="Sprite/Pivot" index="1"]
|
||
|
texture = ExtResource( 3 )
|
||
|
|
||
|
[node name="Timer" type="Timer" parent="." index="2"]
|
||
|
wait_time = 0.25
|
||
|
one_shot = true
|
||
|
|
||
|
[editable path="Sprite"]
|