Tutorial: call nodes "blocks"

This commit is contained in:
Zughy 2023-08-02 17:43:28 +02:00
parent 4363c3d6d3
commit 4b47080316
4 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ Reach the end of the hallway=Erreichen Sie das Ende der Halle
Do you see that platform up high? There is no way you can reach it without a propulsor=Sehen Sie die Plattform da oben? Man kann sie ohne einen Propulsor nicht erreichen
Grab the propulsor at the end of the steps=Schappen Sie sich den Propulsor am Ende der Stufen
Now reach the platform!=Erreichen Sie nun die Plattform!
LMB on a node to bounce (consumes stamina, yellow bar)=LMT auf einen Node, um sich abzustoßen (verbraucht Ausdauer, gelbe Leiste)
LMB on a block to bounce (consumes stamina, yellow bar)=LMT auf einen Block, um sich abzustoßen (verbraucht Ausdauer, gelbe Leiste)
And now for the cool part: shooting!=Und nun zum coolen Teil: Schießen!
Here's a weapon: have fun with the obstacles in front of you=Hier ist ne Waffe: Haben Sie Spaß mit den Hindernissen vor Ihnen
LMB/RMB: shoot, Q: reload | Obstacles left: @1=LMT/RMT: Schießen, Q: Nachladen | Verbleibende Hindernisse: @1

View File

@ -13,7 +13,7 @@ Reach the end of the hallway=Raggiungi la fine del corridoio
Do you see that platform up high? There is no way you can reach it without a propulsor=Vedi la piattaforma lassù? È impossibile che tu la raggiunga senza un propulsore
Grab the propulsor at the end of the steps=Prendi il propulsore alla fine del corridoio
Now reach the platform!=Ora raggiungi la piattaforma!
LMB on a node to bounce (consumes stamina, yellow bar)=Clic sx sui nodi per rimbalzare (usa stamina, barra gialla)
LMB on a block to bounce (consumes stamina, yellow bar)=Clic sx sui blocchi per rimbalzare (usa stamina, barra gialla)
And now for the cool part: shooting!=E ora la parte divertente: sparare!
Here's a weapon: have fun with the obstacles in front of you=Ecco un'arma: divertiti con gli ostacoli davanti a te
LMB/RMB: shoot, Q: reload | Obstacles left: @1=Sx/Dx: spara, Q: ricarica | Ostacoli rimasti: @1

View File

@ -13,7 +13,7 @@ Reach the end of the hallway=
Do you see that platform up high? There is no way you can reach it without a propulsor=
Grab the propulsor at the end of the steps=
Now reach the platform!=
LMB on a node to bounce (consumes stamina, yellow bar)=
LMB on a block to bounce (consumes stamina, yellow bar)=
And now for the cool part: shooting!=
Here's a weapon: have fun with the obstacles in front of you=
LMB/RMB: shoot, Q: reload | Obstacles left: @1=

View File

@ -171,7 +171,7 @@ minetest.register_on_item_pickup(function(itemstack, picker, pointed_thing, time
minetest.after(3, function()
if not tracker[p_name] or tracker[p_name].current_phase ~= 2 then return end
arena_lib.HUD_send_msg("broadcast", p_name, S("LMB on a node to bounce (consumes stamina, yellow bar)"))
arena_lib.HUD_send_msg("broadcast", p_name, S("LMB on a block to bounce (consumes stamina, yellow bar)"))
end)
end
end)