Improve tilesets and pass them into map renderer instead of modified map rows.

This commit is contained in:
2024-03-19 12:38:15 -05:00
parent dab56a3f8c
commit 5fd5394c8e
3 changed files with 67 additions and 83 deletions

View File

@ -2,7 +2,7 @@
<% for h=1,10 do %>
<div class="grid">
<% for i=1,10 do %>
<div><%= tiles[h][i].occupied_by_type %></div>
<div><%= tiles[h][i].char %></div>
<% end %>
<br>
</div>