feat: implemented combat basics
This commit is contained in:
parent
fdea9b3fdc
commit
c322abdaa4
56 changed files with 2809 additions and 518 deletions
13
godot/particles/materials/dirt_splatters.tres
Normal file
13
godot/particles/materials/dirt_splatters.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://cnpi4nqbif0st"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://evisqjqwkms5" path="res://particles/textures/dirt_splatters.png" id="1_3l7wc"]
|
||||
|
||||
[resource]
|
||||
transparency = 1
|
||||
vertex_color_use_as_albedo = true
|
||||
albedo_texture = ExtResource("1_3l7wc")
|
||||
billboard_mode = 3
|
||||
billboard_keep_scale = true
|
||||
particles_anim_h_frames = 1
|
||||
particles_anim_v_frames = 1
|
||||
particles_anim_loop = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue