Graphics pass

This commit is contained in:
Dan 2024-05-07 15:51:31 +01:00
parent 51af0ea751
commit fb47693a99
42 changed files with 821 additions and 95 deletions

View file

@ -0,0 +1,10 @@
[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)