Initial commit (1/2)
This commit is contained in:
commit
3411c5796d
66 changed files with 2261 additions and 0 deletions
12
scenes/hulls/npchullt1.tscn
Normal file
12
scenes/hulls/npchullt1.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dtshhww5culu4"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/MSHull.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")
|
||||
MaxHP = 15
|
||||
|
||||
[node name="HullSprite" type="Sprite2D" parent="."]
|
||||
position = Vector2(16, 0)
|
||||
texture = ExtResource("2_wlkiy")
|
||||
Loading…
Add table
Add a link
Reference in a new issue