Big brain time

This commit is contained in:
Steven Long
2023-07-15 15:31:19 -07:00
parent 9fe56cd75f
commit 615847e96e
11 changed files with 167 additions and 97 deletions

17
Scenes/fireball.tscn Normal file
View File

@@ -0,0 +1,17 @@
[gd_scene load_steps=4 format=3 uid="uid://dg7731nx22ewp"]
[ext_resource type="Script" path="res://Scripts/Fireball.cs" id="1_4ipg4"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_jxwqo"]
albedo_color = Color(0.666667, 0, 0.239216, 1)
[sub_resource type="SphereMesh" id="SphereMesh_6bhr7"]
[node name="Fireball" type="Node3D"]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.916843, 0)
script = ExtResource("1_4ipg4")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.00392, 0)
material_override = SubResource("StandardMaterial3D_jxwqo")
mesh = SubResource("SphereMesh_6bhr7")