1
0
mirror of https://github.com/JohnBreaux/Boat-Battle.git synced 2025-02-04 12:28:35 +00:00

Created Sprite for Ship4

This commit is contained in:
tommy-l-ngo
2021-11-12 23:22:22 -06:00
parent 450adb8713
commit b21560c9be
5 changed files with 39 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://script/game/moveShip.gd" type="Script" id=1]
[ext_resource path="res://assets/game/4longShipS.png" type="Texture" id=2]
[ext_resource path="res://assets/game/4Ship.png" type="Texture" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 16, 64 )
@@ -12,7 +12,7 @@ gravity_scale = 0.0
custom_integrator = true
script = ExtResource( 1 )
[node name="4longShipS" type="Sprite" parent="."]
[node name="4Ship_Sprite" type="Sprite" parent="."]
position = Vector2( 0, 16 )
texture = ExtResource( 2 )