Done refactoring
This commit is contained in:
parent
3a136ff215
commit
2176e9d798
88 changed files with 821 additions and 880 deletions
|
|
@ -1,9 +1,9 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://20171x3gmn1j"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/MSEngine.gd" id="1_jvcps"]
|
||||
[ext_resource type="Script" path="res://scripts/objects/ShipEngine.gd" id="1_jvcps"]
|
||||
[ext_resource type="Texture2D" uid="uid://hpcn75jlrbr3" path="res://sprites/ship engine mk1.png" id="2_mll00"]
|
||||
[ext_resource type="Script" path="res://scripts/MSEngineParticles.gd" id="3_fxngd"]
|
||||
[ext_resource type="Script" path="res://scripts/TurboParticles.gd" id="4_f11x7"]
|
||||
[ext_resource type="Script" path="res://scripts/misc/EngineParticles.gd" id="3_fxngd"]
|
||||
[ext_resource type="Script" path="res://scripts/misc/TurboParticles.gd" id="4_f11x7"]
|
||||
|
||||
[sub_resource type="Curve" id="Curve_grs2w"]
|
||||
_data = [Vector2(0, 1), 0.0, 0.0, 0, 0, Vector2(1, 0), -1.30258, 0.0, 0, 0]
|
||||
|
|
@ -53,8 +53,7 @@ scale_curve = SubResource("CurveTexture_ot3qw")
|
|||
|
||||
[node name="Engine" type="Node2D"]
|
||||
script = ExtResource("1_jvcps")
|
||||
SpeedAcceleration = 100.0
|
||||
RotationSpeed = 120
|
||||
rotation_speed = 120
|
||||
|
||||
[node name="EngineSprite" type="Sprite2D" parent="."]
|
||||
position = Vector2(-4, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue