9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
|
<p style="text-align: center;">
|
||
|
<% for h=1,10 do %>
|
||
|
<% for i=1,10 do %>
|
||
|
<%= tiles[h][i].occupied_by_type %>
|
||
|
<% end %>
|
||
|
<br>
|
||
|
<% end %>
|
||
|
</p>
|