Done refactoring

This commit is contained in:
2ndbeam 2023-11-05 21:51:47 +03:00
commit 2176e9d798
88 changed files with 821 additions and 880 deletions

View file

@ -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)

View file

@ -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)