Added shooter ship
This commit is contained in:
parent
154da5104e
commit
ab3ac4af66
10 changed files with 232 additions and 4 deletions
14
scenes/Ships/Modules/Hulls/shooter_hull.tscn
Normal file
14
scenes/Ships/Modules/Hulls/shooter_hull.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bckgb423wsdrw"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bsu4eqwdfewwi" path="res://scenes/Ships/Modules/Hulls/hull.tscn" id="1_7i1ve"]
|
||||
[ext_resource type="Texture2D" uid="uid://bxtd2ij1dc1d3" path="res://sprites/shooter.png" id="2_gvwov"]
|
||||
|
||||
[node name="Hull" instance=ExtResource("1_7i1ve")]
|
||||
max_hp = 10.0
|
||||
|
||||
[node name="Sprite" parent="." index="0"]
|
||||
position = Vector2(0, 0.5)
|
||||
texture = ExtResource("2_gvwov")
|
||||
|
||||
[node name="Collision" parent="." index="1"]
|
||||
polygon = PackedVector2Array(-52.5, 15, -52.5, 51, -69.5, 61, -63.5, 71, -62.5, 71, 76.5, 1, 76.5, 0, -62.5, -70, -63.5, -70, -69.5, -60, -52.5, -50, -52.5, -14, -62.5, -14, -75.5, -28, -76.5, -28, -76.5, 29, -75.5, 29, -61.5, 15)
|
||||
Loading…
Add table
Add a link
Reference in a new issue