forked from andreyratz/block
Added basic environment
Added temp sprite for player, background, and default template for movement
This commit is contained in:
15
block/Scenes/map_arena.tscn
Normal file
15
block/Scenes/map_arena.tscn
Normal 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
|
||||
Reference in New Issue
Block a user