2021-10-21 06:24:27 +00:00
|
|
|
[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]
|
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
extents = Vector2( 16, 64 )
|
|
|
|
|
|
|
|
[node name="4Ship" type="RigidBody2D"]
|
|
|
|
input_pickable = true
|
|
|
|
custom_integrator = true
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="4longShipS" type="Sprite" parent="."]
|
|
|
|
position = Vector2( 0, 16 )
|
|
|
|
texture = ExtResource( 2 )
|
2021-11-07 05:35:34 +00:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
|
|
|
position = Vector2( 1, 15 )
|
|
|
|
shape = SubResource( 1 )
|