mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 17:33:47 +00:00
Chest animation, alarm box entity
This commit is contained in:
parent
f28a3b70fd
commit
164c186201
25 changed files with 177 additions and 23 deletions
17
3D/BlockbenchModels/ControlPad/material_0.tres
Normal file
17
3D/BlockbenchModels/ControlPad/material_0.tres
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://chudetvke2c5p"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bny1n60ahhech" path="res://3D/BlockbenchModels/ControlPad/Control_Pad_0.png" id="1_gscmb"]
|
||||
[ext_resource type="Texture2D" uid="uid://biu14wagvbn1e" path="res://3D/BlockbenchModels/ControlPad/Control_Pad_0_emission.png" id="2_0cxsk"]
|
||||
|
||||
[resource]
|
||||
resource_name = "material_0"
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.05
|
||||
alpha_antialiasing_mode = 0
|
||||
cull_mode = 2
|
||||
albedo_texture = ExtResource("1_gscmb")
|
||||
emission_enabled = true
|
||||
emission_operator = 1
|
||||
emission_texture = ExtResource("2_0cxsk")
|
||||
texture_filter = 0
|
||||
texture_repeat = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue