mirror of
https://github.com/JohnBreaux/Boat-Battle.git
synced 2024-11-15 05:25:57 +00:00
14 lines
405 B
Plaintext
14 lines
405 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://script/game/Gameplay/Board.gd" type="Script" id=1]
|
|
[ext_resource path="res://assets/game/board_dark.png" type="Texture" id=2]
|
|
|
|
[node name="Board" type="Node2D"]
|
|
position = Vector2( 36, 36 )
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="TempBoardSprite" type="Sprite" parent="."]
|
|
texture = ExtResource( 2 )
|
|
centered = false
|
|
offset = Vector2( -18, -18 )
|