1
0
Fork 0
spacetac/tac/units/fighter.tscn

16 lines
711 B
Plaintext
Raw Normal View History

2022-10-06 22:34:33 +00:00
[gd_scene load_steps=5 format=3 uid="uid://b05ykot10q8no"]
2022-10-06 13:41:45 +00:00
[ext_resource type="PackedScene" uid="uid://bft45rcp7v3a6" path="res://core/unit.tscn" id="1_2ka4q"]
2022-10-06 22:34:33 +00:00
[ext_resource type="Script" path="res://tac/units/fighter.gd" id="2_evq3k"]
2022-10-06 13:41:45 +00:00
[ext_resource type="Texture2D" uid="uid://2nhprnyswhyh" path="res://tac/assets/ship_small_1.png" id="2_oablw"]
2022-10-05 23:21:40 +00:00
[ext_resource type="PackedScene" uid="uid://byg2bmiy2gia0" path="res://tac/weapons/turret.tscn" id="3_rt3r8"]
2022-10-06 13:41:45 +00:00
[node name="fighter" instance=ExtResource("1_2ka4q")]
2022-10-06 22:34:33 +00:00
script = ExtResource("2_evq3k")
hitpoints = 20
2022-10-06 13:41:45 +00:00
[node name="sprite" parent="." index="0"]
texture = ExtResource("2_oablw")
2022-10-05 23:21:40 +00:00
[node name="turret" parent="." index="1" instance=ExtResource("3_rt3r8")]