Profiling functions were added.
This commit is contained in:
@@ -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": {}}
|
||||
|
||||
Reference in New Issue
Block a user