Profiling functions were added.

This commit is contained in:
shiva404
2026-02-16 01:31:16 +03:00
parent 2e6e75866b
commit f89e0a86c4
5 changed files with 89491 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
import json
from copy import deepcopy
width = 10
height = 8
width = 100
height = 100
grass_def = {"id": "1", "name": "2", "sprite_name": "grass_small"}
cell_def = {"terrain_obj": grass_def, "item_obj": {}, "creature_obj": {}}