fixed basic movement, now add world loading

This commit is contained in:
anonoe 2026-02-09 22:44:11 +01:00
parent 34ba37312a
commit 50f37ebc5f
Signed by: anonoe
SSH key fingerprint: SHA256:OnAs6gNQelOnDiY5tBpDYKQiuTgBvnmIdMo5P09cdqg
23 changed files with 482 additions and 27 deletions

View file

@ -1,10 +1,21 @@
[gd_scene format=3 uid="uid://dackb8ekt4sk6"]
[ext_resource type="PackedScene" uid="uid://bjt15rm720w5g" path="res://scenes/Player.tscn" id="1_elqb8"]
[ext_resource type="Script" uid="uid://cqdq8fslu7cyp" path="res://scripts/world/ChunkManager.cs" id="2_0bbpv"]
[ext_resource type="Script" uid="uid://db2vbbh5737ke" path="res://scripts/core/PackManager.cs" id="3_rarhs"]
[node name="Main" type="Node2D" unique_id=1194367579]
[node name="Overworld" type="Node2D" parent="." unique_id=1249792834]
[node name="Player" parent="." unique_id=1675096620 instance=ExtResource("1_elqb8")]
position = Vector2(-34, -36)
[node name="Player" parent="Overworld" unique_id=1675096620 instance=ExtResource("1_elqb8")]
[node name="ChunkManager" type="Node2D" parent="Overworld" unique_id=1407815239]
script = ExtResource("2_0bbpv")
[node name="ColorRect" type="ColorRect" parent="." unique_id=34197065]
offset_right = 40.0
offset_bottom = 40.0
[node name="PackManager" type="Node" parent="." unique_id=1706387276]
script = ExtResource("3_rarhs")