Added basic environment

Added temp sprite for player, background, and default template for
movement
This commit is contained in:
2026-02-12 14:28:04 -08:00
parent 269f542358
commit 2a4a745419
265 changed files with 5204 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
[gd_scene format=3 uid="uid://utvn7exjffka"]
[ext_resource type="Texture2D" uid="uid://bkchowvb0nrnm" path="res://Assets/Textures/512x512/Grass/Grass_01-512x512.png" id="1_3eosg"]
[node name="MapArena" type="Node2D" unique_id=1306367673]
[node name="Parallax2D" type="Parallax2D" parent="." unique_id=598922861]
repeat_size = Vector2(256, 256)
repeat_times = 5
[node name="Sprite2D" type="Sprite2D" parent="Parallax2D" unique_id=1318408175]
position = Vector2(512, 512)
scale = Vector2(0.5, 0.5)
texture = ExtResource("1_3eosg")
centered = false