10 lines
350 B
Text
10 lines
350 B
Text
[gd_scene load_steps=2 format=3 uid="uid://d1uawawum16b0"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://dosamt1emh6o4" path="res://resources/textures/grass.png" id="1_neh17"]
|
|
|
|
[node name="Grass" type="Sprite2D"]
|
|
texture_repeat = 2
|
|
position = Vector2(640, 360)
|
|
texture = ExtResource("1_neh17")
|
|
region_enabled = true
|
|
region_rect = Rect2(0, 0, 1280, 720)
|