add essence and magic table
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
[gd_scene format=3 uid="uid://cayybawvw26cm"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/EnchantedSphere.gd" id="1_sphere"]
|
||||
|
||||
[sub_resource type="SphereMesh" id="SphereMesh_1"]
|
||||
radius = 0.28
|
||||
height = 0.56
|
||||
|
||||
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_1"]
|
||||
albedo_color = Color(0.8, 0.3, 1.0, 1)
|
||||
emission_enabled = true
|
||||
emission = Color(0.6, 0.1, 1.0, 1)
|
||||
emission_energy_multiplier = 3.0
|
||||
|
||||
[node name="EnchantedSphere" type="Node3D"]
|
||||
script = ExtResource("1_sphere")
|
||||
|
||||
[node name="SphereMesh" type="MeshInstance3D" parent="."]
|
||||
mesh = SubResource("SphereMesh_1")
|
||||
material_override = SubResource("StandardMaterial3D_1")
|
||||
|
||||
[node name="Tooltip" type="Label3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.1, 0)
|
||||
billboard = 1
|
||||
double_sided = true
|
||||
text = "[E] Enchanted Sphere
|
||||
+1 Tier"
|
||||
font_size = 32
|
||||
outline_size = 6
|
||||
Reference in New Issue
Block a user