15 lines
505 B
Text
15 lines
505 B
Text
[gd_scene load_steps=3 format=3 uid="uid://bbho4h6tg4jca"]
|
|
|
|
[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"]
|
|
use_parent_material = true
|
|
script = ExtResource("1_em4j0")
|
|
max_fuel = 6000
|
|
|
|
[node name="HullSprite" type="Sprite2D" parent="."]
|
|
z_index = -1
|
|
use_parent_material = true
|
|
position = Vector2(16, 0)
|
|
texture = ExtResource("2_tvpkh")
|