17 lines
614 B
Plaintext
17 lines
614 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dmpu56mdni0gp"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://bp6mfy35ukucr" path="res://Characters/Ships/ships.png" id="1_i22sv"]
|
|
[ext_resource type="Script" uid="uid://iak8rrn3ukxh" path="res://Characters/Ships/wrecked_boat.gd" id="2_6g26j"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_6g26j"]
|
|
atlas = ExtResource("1_i22sv")
|
|
region = Rect2(132, 226, 66, 113)
|
|
|
|
[node name="WreckedBoat" type="Sprite2D"]
|
|
texture = SubResource("AtlasTexture_6g26j")
|
|
script = ExtResource("2_6g26j")
|
|
|
|
[node name="LifetimeTimer" type="Timer" parent="."]
|
|
wait_time = 5.0
|
|
autostart = true
|