Raise-Your-Wand/Scenes/UI/ui_particles.tscn
2024-05-10 13:33:08 -04:00

18 lines
802 B
Plaintext

[gd_scene load_steps=5 format=3 uid="uid://c2tdawo5x8o16"]
[ext_resource type="Material" uid="uid://cj3j7plf3uvof" path="res://Materials/UIParticles.tres" id="1_wybxw"]
[ext_resource type="Material" uid="uid://bwbh4n1f02php" path="res://Materials/UIParticlesProcess.tres" id="2_0jh3f"]
[ext_resource type="Texture2D" uid="uid://op5xs1c6o0ec" path="res://Sprites/Particles/Particles Cleaned/4_casting_spritesheet.png" id="3_gxd3t"]
[ext_resource type="Script" path="res://Scripts/Animations/uiParticles.gd" id="4_58iux"]
[node name="UIParticles" type="GPUParticles2D"]
z_index = 10
z_as_relative = false
material = ExtResource("1_wybxw")
emitting = false
amount = 7
process_material = ExtResource("2_0jh3f")
texture = ExtResource("3_gxd3t")
script = ExtResource("4_58iux")
size = Vector3(50, 50, 0.1)