mirror of
https://github.com/Relintai/broken_seals_roguelike.git
synced 2024-11-14 10:57:19 +01:00
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://tilesets/dc_32x32/DungeonCrawl_ProjectUtumnoTileset.png" type="Texture" id=1]
|
||
|
|
||
|
[node name="Node2D" type="Sprite"]
|
||
|
texture = ExtResource( 1 )
|
||
|
region_enabled = true
|
||
|
region_rect = Rect2( 130, 64, 28, 32 )
|