2021-10-21 01:24:27 -05:00
|
|
|
[gd_scene load_steps=4 format=2]
|
|
|
|
|
2021-11-13 04:34:39 -06:00
|
|
|
[ext_resource path="res://script/game/SetupShip.gd" type="Script" id=1]
|
2021-11-13 00:01:13 -06:00
|
|
|
[ext_resource path="res://assets/game/5Ship.png" type="Texture" id=2]
|
2021-10-21 01:24:27 -05:00
|
|
|
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
|
|
extents = Vector2( 16, 80 )
|
|
|
|
|
|
|
|
[node name="5Ship" type="RigidBody2D"]
|
|
|
|
input_pickable = true
|
|
|
|
custom_integrator = true
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
2021-11-13 00:01:13 -06:00
|
|
|
[node name="5Ship_Sprite" type="Sprite" parent="."]
|
2021-10-21 01:24:27 -05:00
|
|
|
texture = ExtResource( 2 )
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
2021-11-12 03:33:31 -06:00
|
|
|
scale = Vector2( 0.5, 0.9 )
|
2021-11-11 20:36:58 -06:00
|
|
|
shape = SubResource( 1 )
|
|
|
|
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
2021-11-12 03:33:31 -06:00
|
|
|
scale = Vector2( 0.5, 0.9 )
|
2021-10-21 01:24:27 -05:00
|
|
|
shape = SubResource( 1 )
|