settings, small fixes
This commit is contained in:
parent
b12c193636
commit
e08e3ebb13
174 changed files with 997 additions and 1040 deletions
10
resources/enviroment.tres
Normal file
10
resources/enviroment.tres
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[gd_resource type="Environment" format=3 uid="uid://cuda4b5t3dwo0"]
|
||||
|
||||
[resource]
|
||||
background_mode = 3
|
||||
glow_normalized = true
|
||||
glow_intensity = 3.02
|
||||
glow_strength = 1.46
|
||||
glow_mix = 0.179
|
||||
glow_blend_mode = 1
|
||||
glow_hdr_threshold = 0.9
|
||||
14
resources/hearts.tres
Normal file
14
resources/hearts.tres
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_resource type="Resource" script_class="MaskData" load_steps=5 format=3 uid="uid://jar2mye8do0c"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://0n57icfpulmc" path="res://scenes/hearts.tscn" id="1_qstg2"]
|
||||
[ext_resource type="Texture2D" uid="uid://dj6i1hxecl5nq" path="res://assets/masks/maske_ranged_drop.png" id="2_qstg2"]
|
||||
[ext_resource type="Script" uid="uid://c37qcqntd6ofm" path="res://scripts/mask_data.gd" id="3_3w4cd"]
|
||||
[ext_resource type="Texture2D" uid="uid://be0mx6lumyj2h" path="res://assets/masks/maske_ranged.png" id="4_4j6v6"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_3w4cd")
|
||||
mask_name = "scythe"
|
||||
texture = ExtResource("4_4j6v6")
|
||||
drop_texture = ExtResource("2_qstg2")
|
||||
attack_scene = ExtResource("1_qstg2")
|
||||
metadata/_custom_type_script = "uid://c37qcqntd6ofm"
|
||||
16
resources/scythe.tres
Normal file
16
resources/scythe.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="MaskData" load_steps=5 format=3 uid="uid://cf7x0uuj6wnil"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c37qcqntd6ofm" path="res://scripts/mask_data.gd" id="1_jst8j"]
|
||||
[ext_resource type="PackedScene" uid="uid://bmwgnwqj3scm5" path="res://scenes/scythe_attack.tscn" id="1_kutsy"]
|
||||
[ext_resource type="Texture2D" uid="uid://jdf7lep07uov" path="res://assets/masks/maske_melee_drop.png" id="2_kutsy"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1e6cto11t24m" path="res://assets/masks/maske_melee.png" id="4_iook0"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_jst8j")
|
||||
mask_name = "scythe"
|
||||
texture = ExtResource("4_iook0")
|
||||
drop_texture = ExtResource("2_kutsy")
|
||||
spawn_sfx = "swing"
|
||||
attack_scene = ExtResource("1_kutsy")
|
||||
is_parented_to_attacker = true
|
||||
metadata/_custom_type_script = "uid://c37qcqntd6ofm"
|
||||
Loading…
Add table
Add a link
Reference in a new issue