broken_seals/game/data/auras/1_test1.tres
2019-11-20 13:52:52 +01:00

12 lines
322 B
Plaintext

[gd_resource type="Aura" load_steps=3 format=2]
[ext_resource path="res://scripts/auras/aura_script.gd" type="Script" id=1]
[ext_resource path="res://data/icons/naturalist/amplify_pain.tres" type="Texture" id=2]
[resource]
id = 1
icon = ExtResource( 2 )
aura_type = 1
text_description = "Test"
script = ExtResource( 1 )