Done refactoring
This commit is contained in:
parent
3a136ff215
commit
2176e9d798
88 changed files with 821 additions and 880 deletions
|
|
@ -1,11 +1,11 @@
|
|||
[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="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")
|
||||
MaxHP = 15
|
||||
max_hp = 15
|
||||
|
||||
[node name="HullSprite" type="Sprite2D" parent="."]
|
||||
position = Vector2(16, 0)
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bbho4h6tg4jca"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/MSHull.gd" id="1_em4j0"]
|
||||
[ext_resource type="Script" path="res://scripts/objects/Hull.gd" id="1_em4j0"]
|
||||
[ext_resource type="Texture2D" uid="uid://dbwvej0c5bl52" path="res://sprites/ship mk1.png" id="2_tvpkh"]
|
||||
|
||||
[node name="Hull" type="Node2D"]
|
||||
script = ExtResource("1_em4j0")
|
||||
MaxFuel = 6000
|
||||
max_fuel = 6000
|
||||
|
||||
[node name="HullSprite" type="Sprite2D" parent="."]
|
||||
position = Vector2(16, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue