Fixed placeholder texture. Added correct ship movement

This commit is contained in:
2025-10-20 22:21:01 +03:00
parent be3db76fe2
commit c5f53b845a
5 changed files with 65 additions and 21 deletions
+3 -7
View File
@@ -1,12 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://dn44qgg4coedd"]
[gd_scene load_steps=2 format=3 uid="uid://jvyagshykmgb"]
[sub_resource type="GDScript" id="GDScript_3a8sv"]
script/source = "class_name Ship
extends Node2D
"
[ext_resource type="Script" uid="uid://cesibaqtrgotl" path="res://game/entities/ship.gd" id="1_6isjb"]
[node name="Ship" type="Node2D"]
script = SubResource("GDScript_3a8sv")
script = ExtResource("1_6isjb")
[node name="Sprite2D" type="Sprite2D" parent="."]