|
@@ -1,8 +1,9 @@
|
|
-[gd_scene load_steps=40 format=3 uid="uid://dlkwtp1gl45r"]
|
|
|
|
|
|
+[gd_scene load_steps=41 format=3 uid="uid://dlkwtp1gl45r"]
|
|
|
|
|
|
[ext_resource type="Texture2D" uid="uid://duw5x0fjt8jak" path="res://component/ships/NihilAce_spaceship_building_pack_32x32.png" id="1_4y72e"]
|
|
[ext_resource type="Texture2D" uid="uid://duw5x0fjt8jak" path="res://component/ships/NihilAce_spaceship_building_pack_32x32.png" id="1_4y72e"]
|
|
[ext_resource type="Script" path="res://component/ships/ship.gd" id="1_8hr01"]
|
|
[ext_resource type="Script" path="res://component/ships/ship.gd" id="1_8hr01"]
|
|
[ext_resource type="PackedScene" uid="uid://cm4nfeaf4e2rl" path="res://effect/thrust/thrust_effect.tscn" id="2_qj0sy"]
|
|
[ext_resource type="PackedScene" uid="uid://cm4nfeaf4e2rl" path="res://effect/thrust/thrust_effect.tscn" id="2_qj0sy"]
|
|
|
|
+[ext_resource type="PackedScene" uid="uid://cmg7vt5a3l51t" path="res://effect/thrust/small_thrust.tscn" id="3_3s5ab"]
|
|
|
|
|
|
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_g1gqc"]
|
|
[sub_resource type="PhysicsMaterial" id="PhysicsMaterial_g1gqc"]
|
|
friction = 0.21
|
|
friction = 0.21
|
|
@@ -296,6 +297,14 @@ position = Vector2(-64, 316)
|
|
[node name="ThrustEffectRight" parent="." instance=ExtResource("2_qj0sy")]
|
|
[node name="ThrustEffectRight" parent="." instance=ExtResource("2_qj0sy")]
|
|
position = Vector2(64, 316)
|
|
position = Vector2(64, 316)
|
|
|
|
|
|
|
|
+[node name="LeftSmallThrust" parent="." instance=ExtResource("3_3s5ab")]
|
|
|
|
+position = Vector2(-176, 404)
|
|
|
|
+emitting = true
|
|
|
|
+
|
|
|
|
+[node name="RightSmallThrust" parent="." instance=ExtResource("3_3s5ab")]
|
|
|
|
+position = Vector2(176, 404)
|
|
|
|
+emitting = true
|
|
|
|
+
|
|
[node name="BiBiShip" type="TileMap" parent="."]
|
|
[node name="BiBiShip" type="TileMap" parent="."]
|
|
tile_set = SubResource("TileSet_pl6km")
|
|
tile_set = SubResource("TileSet_pl6km")
|
|
format = 2
|
|
format = 2
|
|
@@ -312,3 +321,5 @@ shape = SubResource("RectangleShape2D_54thx")
|
|
[connection signal="thrusted" from="." to="ThrustEffectMid" method="_on_thrusted"]
|
|
[connection signal="thrusted" from="." to="ThrustEffectMid" method="_on_thrusted"]
|
|
[connection signal="thrusted" from="." to="ThrustEffectLeft" method="_on_thrusted"]
|
|
[connection signal="thrusted" from="." to="ThrustEffectLeft" method="_on_thrusted"]
|
|
[connection signal="thrusted" from="." to="ThrustEffectRight" method="_on_thrusted"]
|
|
[connection signal="thrusted" from="." to="ThrustEffectRight" method="_on_thrusted"]
|
|
|
|
+[connection signal="thrusted" from="." to="LeftSmallThrust" method="_on_thrusted"]
|
|
|
|
+[connection signal="thrusted" from="." to="RightSmallThrust" method="_on_thrusted"]
|