new work towards M8
This commit is contained in:
parent
5cd0c24223
commit
bb7fd5cb3b
13 changed files with 194 additions and 75 deletions
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://bldbqjmabjemn"]
|
||||
[gd_scene load_steps=5 format=3 uid="uid://bldbqjmabjemn"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/freezer.gd" id="1_nmqkg"]
|
||||
[ext_resource type="Texture2D" uid="uid://d37e3563corb3" path="res://assets/textures/freezer.png" id="2_w8rv5"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_pkxhd"]
|
||||
height = 2.5
|
||||
|
@ -50,5 +51,13 @@ billboard = 1
|
|||
text = "Dead"
|
||||
font_size = 64
|
||||
|
||||
[node name="Sprite3D" type="Sprite3D" parent="."]
|
||||
visible = false
|
||||
pixel_size = 0.0025
|
||||
billboard = 1
|
||||
no_depth_test = true
|
||||
fixed_size = true
|
||||
texture = ExtResource("2_w8rv5")
|
||||
|
||||
[connection signal="body_entered" from="Area3D" to="." method="_on_area_3d_body_entered"]
|
||||
[connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue