forked from JailDoctor/cacaus
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user