22 lines
754 B
Plaintext
22 lines
754 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://cpv6coofq6y3o"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c5e3dvs7py7x7" path="res://art/gRASS.png" id="1_3m1uq"]
|
|
[ext_resource type="PackedScene" uid="uid://btlutggxxokno" path="res://player.tscn" id="1_45m1o"]
|
|
|
|
[sub_resource type="CanvasItemMaterial" id="CanvasItemMaterial_pfynh"]
|
|
|
|
[node name="GameArena" type="Node2D"]
|
|
|
|
[node name="Grass" type="Sprite2D" parent="."]
|
|
texture_filter = 1
|
|
texture_repeat = 2
|
|
material = SubResource("CanvasItemMaterial_pfynh")
|
|
position = Vector2(560, 352)
|
|
scale = Vector2(3.06881, 3.06881)
|
|
texture = ExtResource("1_3m1uq")
|
|
region_enabled = true
|
|
region_rect = Rect2(0, 0, 439, 277.5)
|
|
|
|
[node name="Player" parent="." instance=ExtResource("1_45m1o")]
|
|
position = Vector2(418, 291)
|