mirror of
https://github.com/Relintai/godot-resources-as-sheets-plugin.git
synced 2024-11-14 15:17:20 +01:00
24 lines
654 B
Plaintext
24 lines
654 B
Plaintext
[gd_resource type="Resource" load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://example/my_custom_resource.gd" type="Script" id=1]
|
|
[ext_resource path="res://example/icons/all_icons/all_icons_5.tres" type="Texture" id=2]
|
|
|
|
[resource]
|
|
resource_name = "Upgrade: Magic"
|
|
script = ExtResource( 1 )
|
|
color1 = Color( 1, 1, 1, 1 )
|
|
max_duplicates = 9
|
|
tags = "magic"
|
|
icon = ExtResource( 2 )
|
|
color2 = Color( 0.188235, 0.45098, 0.901961, 1 )
|
|
tag_delimeter = " "
|
|
base_weight = 10.0
|
|
is_notable = false
|
|
multiplier_per_tag = ""
|
|
multiplier_if_tag_present = ""
|
|
multiplier_if_tag_not_present = "magic 0"
|
|
max_tags_present = ""
|
|
list_item_delimeter = " "
|
|
list_row_delimeter = "
|
|
"
|