cosmic/scenes/hulls/npchullt1.tscn
2024-01-14 03:01:58 +05:00

13 lines
461 B
Text

[gd_scene load_steps=3 format=3 uid="uid://dtshhww5culu4"]
[ext_resource type="Script" path="res://scripts/objects/Hull.gd" id="1_x0f7x"]
[ext_resource type="Texture2D" uid="uid://dbwvej0c5bl52" path="res://sprites/ship mk1.png" id="2_wlkiy"]
[node name="Hull" type="Node2D"]
script = ExtResource("1_x0f7x")
max_hp = 15
[node name="HullSprite" type="Sprite2D" parent="."]
use_parent_material = true
position = Vector2(16, 0)
texture = ExtResource("2_wlkiy")