mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-06 14:10:55 +03:00
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://tilesets/grid_lines/grid_lines.png" type="Texture" id=1]
|
|
|
|
[node name="TileSet" type="Node2D"]
|
|
|
|
[node name="Grass" type="Sprite" parent="."]
|
|
position = Vector2( 32, 32 )
|
|
texture = ExtResource( 1 )
|