Graphics pass
This commit is contained in:
parent
51af0ea751
commit
fb47693a99
42 changed files with 821 additions and 95 deletions
10
scenes/elements/background.tscn
Normal file
10
scenes/elements/background.tscn
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue