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]
|
2021-11-13 04:09:23 +00:00
|
|
|
[ext_resource path="res://assets/game/3ShipA.png" type="Texture" id=2]
|
2021-10-21 06:24:27 +00:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
extents = Vector2( 16, 48 )
|
|
|
|
|
|
|
|
[node name="3ShipA" type="RigidBody2D"]
|
|
|
|
input_pickable = true
|
2021-11-12 02:36:58 +00:00
|
|
|
gravity_scale = 0.0
|
2021-10-21 06:24:27 +00:00
|
|
|
custom_integrator = true
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2021-11-13 04:09:23 +00:00
|
|
|
[node name="3ShipA_Sprite" type="Sprite" parent="."]
|
|
|
|
position = Vector2( -0.0212851, 0 )
|
2021-10-21 06:24:27 +00:00
|
|
|
texture = ExtResource( 2 )
|
2021-11-07 05:35:34 +00:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
2021-11-12 09:33:31 +00:00
|
|
|
scale = Vector2( 0.5, 0.875 )
|
2021-11-07 05:35:34 +00:00
|
|
|
shape = SubResource( 1 )
|
2021-11-12 02:36:58 +00:00
|
|
|
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
2021-11-12 09:33:31 +00:00
|
|
|
scale = Vector2( 0.5, 0.833 )
|
2021-11-12 02:36:58 +00:00
|
|
|
shape = SubResource( 1 )
|