Rewriting ships: Movement system
This commit is contained in:
parent
828f4c52c7
commit
e2b9fa6c69
10 changed files with 208 additions and 0 deletions
6
scenes/Ships/Modules/Engines/engine.tscn
Normal file
6
scenes/Ships/Modules/Engines/engine.tscn
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://mw4kwxoeqch3"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Ship/engine.gd" id="1_e4bt7"]
|
||||
|
||||
[node name="Engine" type="Node2D"]
|
||||
script = ExtResource("1_e4bt7")
|
||||
Loading…
Add table
Add a link
Reference in a new issue