added crown, tweaks with muzzle smoke

This commit is contained in:
derek
2024-11-27 16:47:25 -06:00
parent ff3155f25f
commit 211c243624
21 changed files with 1047 additions and 20 deletions

11
assets/glass.tscn Normal file
View File

@@ -0,0 +1,11 @@
[gd_scene load_steps=3 format=3 uid="uid://bpw6mp2qrukr1"]
[ext_resource type="Material" uid="uid://hg5phpsguoh5" path="res://assets/materials/glass.tres" id="1_k08ia"]
[sub_resource type="BoxMesh" id="BoxMesh_0rnq1"]
[node name="Glass" type="Node3D"]
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_0rnq1")
surface_material_override/0 = ExtResource("1_k08ia")