4.6, new attack, enemy spawning, shaders, bunch of stuff
This commit is contained in:
parent
e08e3ebb13
commit
19517a3176
84 changed files with 13348 additions and 91399 deletions
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
[resource]
|
||||
background_mode = 3
|
||||
glow_enabled = true
|
||||
glow_normalized = true
|
||||
glow_intensity = 3.02
|
||||
glow_strength = 1.46
|
||||
glow_mix = 0.179
|
||||
glow_blend_mode = 1
|
||||
glow_hdr_threshold = 0.9
|
||||
|
|
|
|||
|
|
@ -1,14 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="MaskData" load_steps=5 format=3 uid="uid://jar2mye8do0c"]
|
||||
[gd_resource type="Resource" script_class="MaskData" 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="Texture2D" uid="uid://dj6i1hxecl5nq" path="res://assets/masks/mask_stars_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"]
|
||||
[ext_resource type="AudioStream" uid="uid://daoupl7nh7wwj" path="res://assets/sfx/heart.mp3" id="4_3w4cd"]
|
||||
[ext_resource type="Texture2D" uid="uid://be0mx6lumyj2h" path="res://assets/masks/mask_stars.png" id="4_4j6v6"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_3w4cd")
|
||||
mask_name = "scythe"
|
||||
texture = ExtResource("4_4j6v6")
|
||||
drop_texture = ExtResource("2_qstg2")
|
||||
spawn_sfx = ExtResource("4_3w4cd")
|
||||
attack_scene = ExtResource("1_qstg2")
|
||||
metadata/_custom_type_script = "uid://c37qcqntd6ofm"
|
||||
|
|
|
|||
|
|
@ -1,16 +1,18 @@
|
|||
[gd_resource type="Resource" script_class="MaskData" load_steps=5 format=3 uid="uid://cf7x0uuj6wnil"]
|
||||
[gd_resource type="Resource" script_class="MaskData" 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"]
|
||||
[ext_resource type="Texture2D" uid="uid://jdf7lep07uov" path="res://assets/masks/mask_scythe_drop.png" id="2_kutsy"]
|
||||
[ext_resource type="AudioStream" uid="uid://diwr7vjwsqgl2" path="res://assets/sfx/swing.mp3" id="4_fkapk"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1e6cto11t24m" path="res://assets/masks/mask_scythe.png" id="4_iook0"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_jst8j")
|
||||
mask_name = "scythe"
|
||||
texture = ExtResource("4_iook0")
|
||||
drop_texture = ExtResource("2_kutsy")
|
||||
spawn_sfx = "swing"
|
||||
spawn_sfx = ExtResource("4_fkapk")
|
||||
attack_scene = ExtResource("1_kutsy")
|
||||
cooldown = 0.4
|
||||
is_parented_to_attacker = true
|
||||
metadata/_custom_type_script = "uid://c37qcqntd6ofm"
|
||||
|
|
|
|||
16
resources/stars.tres
Normal file
16
resources/stars.tres
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_resource type="Resource" script_class="MaskData" format=3 uid="uid://0mtm64s4jthn"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://jc1w2i3wmmc8" path="res://scenes/stars.tscn" id="1_ljpkm"]
|
||||
[ext_resource type="Texture2D" uid="uid://dj6i1hxecl5nq" path="res://assets/masks/mask_stars_drop.png" id="2_7g803"]
|
||||
[ext_resource type="Script" uid="uid://c37qcqntd6ofm" path="res://scripts/mask_data.gd" id="3_ja4ep"]
|
||||
[ext_resource type="Texture2D" uid="uid://be0mx6lumyj2h" path="res://assets/masks/mask_stars.png" id="5_5rgq1"]
|
||||
|
||||
[resource]
|
||||
script = ExtResource("3_ja4ep")
|
||||
mask_name = "Stars"
|
||||
texture = ExtResource("5_5rgq1")
|
||||
drop_texture = ExtResource("2_7g803")
|
||||
attack_scene = ExtResource("1_ljpkm")
|
||||
cooldown = 1.0
|
||||
is_parented_to_attacker = true
|
||||
metadata/_custom_type_script = "uid://c37qcqntd6ofm"
|
||||
Loading…
Add table
Add a link
Reference in a new issue