1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2024-11-15 13:25:58 +00:00
Boat-Battle/godot_ship/scenes/Game/Ship.tscn

7 lines
170 B
Plaintext
Raw Normal View History

2021-11-14 08:12:31 +00:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://script/game/Gameplay/Ship.gd" type="Script" id=1]
[node name="Ship" type="Node2D"]
2021-11-14 08:12:31 +00:00
script = ExtResource( 1 )