Afegida funció per a mostrar el text en gran en borde negre. Canviades algunes crides a text() per la nova arc_textB(). Alguns tiles nous

This commit is contained in:
2026-03-16 23:02:49 +01:00
parent 845989280b
commit 3a7fa45013
5 changed files with 50 additions and 11 deletions

View File

@@ -251,7 +251,8 @@ function update_game()
draw_hab(abad.hab,0,0)
--text(abad.hab,1,1,2)
draw_hab(cameras[current_camera].hab,0,48)
text(camera_names[current_camera],2*o2aX,49*o2aX,8)
-- text(camera_names[current_camera],2*o2aX,49*o2aX,8)
arc_text(camera_names[current_camera],2*o2aX,49*o2aX,8)
score.draw()
surf.source(tiles)
@@ -343,7 +344,8 @@ function update_menu()
end
surf.cls(16)
text("C A C A U S", 42*o2aX, 8*o2aX, 15)
-- text("C A C A U S", 42*o2aX, 8*o2aX, 15)
arc_textB("C A C A U S", 42*o2aX, 8*o2aX, 15)
menu_state()
end