improved tutorialisation by adding a wire around the pedestals and moving them into a circle configuration

This commit is contained in:
Tabby 2025-07-06 17:06:16 +10:00
parent c0b2f5edf6
commit b94ff6acde
8 changed files with 126 additions and 35 deletions

View file

@ -39,14 +39,16 @@ sign_text = "No spacebar
show_pole = true
[node name="Sign2" parent="." instance=ExtResource("4_rebbc")]
transform = Transform3D(0.383377, 0, 0.923592, 0, 1, 0, -0.923592, 0, 0.383377, 1.66118, 1.71873, -3.91991)
sign_text = "Your freedom
awaits~"
show_pole = true
transform = Transform3D(-4.37114e-08, 0, 1, 0, 1, 0, -1, 0, -4.37114e-08, 2.39532, 2.44078, -4.9425)
sign_text = "Press me!
<----"
[node name="Sign3" parent="." instance=ExtResource("4_rebbc")]
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0.0761647, 2.58375, 4.99402)
sign_text = "Place the Block"
transform = Transform3D(0.71792, 0, 0.696126, 0, 1, 0, -0.696126, 0, 0.71792, 2.57616, 1.68162, -2.50598)
sign_text = "Then click a
pedestal to
<- place it ->"
show_pole = true
[node name="BaseCommand" parent="." instance=ExtResource("5_tqehu")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0518522, 2.66601, -2.91549)

View file

@ -40,7 +40,7 @@ command_name = "jump"
command_sprite = ExtResource("5_v1wgi")
[node name="Sign" parent="." instance=ExtResource("6_xqkdd")]
transform = Transform3D(0.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, 0.5, 1.30761, 1.69798, -3.40446)
transform = Transform3D(0.181875, 0, 0.983321, 0, 1, 0, -0.983321, 0, 0.181875, 0.586343, 1.69798, -3.84724)
sign_text = "Heres some
more"
show_pole = true

View file

@ -24,21 +24,24 @@ data = {
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 2, 9)
[node name="BaseCommand2" parent="." instance=ExtResource("4_fhho5")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 1.5, 0)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.96314, 1.5, -1.13196)
command_name = "dash"
command_sprite = ExtResource("5_gb44l")
[node name="BaseCommand4" parent="." instance=ExtResource("4_fhho5")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.7692, 1.5, -2.27183)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.49261, 1.5, -1.45761)
command_name = "dash"
command_sprite = ExtResource("5_gb44l")
[node name="BaseCommand3" parent="." instance=ExtResource("4_fhho5")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 1.5, 2.5)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.97166, 1.5, 0.598931)
command_name = "dash"
command_sprite = ExtResource("5_gb44l")
[node name="Sign" parent="." instance=ExtResource("6_03rde")]
transform = Transform3D(0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, 3.64511, 1.6988, 3.67351)
sign_text = "Drop with Q"
transform = Transform3D(-0.717215, 0, 0.696852, 0, 1, 0, -0.696852, 0, -0.717215, -3.15555, 1.6988, -3.64062)
sign_text = "You can drop
any block you
are holding
with Q"
show_pole = true

View file

@ -39,7 +39,7 @@ command_name = "jump"
command_sprite = ExtResource("6_uedpd")
[node name="BaseCommand6" parent="." instance=ExtResource("5_2e06g")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.98769, 2.66601, -1.62585)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.27972, 2.66601, -2.33976)
command_name = "jump"
command_sprite = ExtResource("6_uedpd")

View file

@ -35,7 +35,7 @@ new!"
show_pole = true
[node name="BaseCommand5" parent="." instance=ExtResource("5_tiga2")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.58846, 1.66601, -1.91549)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.57197, 1.66601, -1.92229)
command_name = "phase"
command_sprite = ExtResource("6_cl2y5")
@ -50,7 +50,7 @@ command_name = "phase"
command_sprite = ExtResource("6_cl2y5")
[node name="BaseCommand4" parent="." instance=ExtResource("5_tiga2")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.08846, 1.66601, -3.41549)
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.03905, 1.66601, -2.41365)
command_name = "phase"
command_sprite = ExtResource("6_cl2y5")

File diff suppressed because one or more lines are too long