mangelin / godot-arkanoyd

Arkanoyd clone written in Godot 4
0 stars 0 forks source link

Loading stage from file #2

Open mangelin opened 2 months ago

mangelin commented 2 months ago

In order to simplify the creation of levels, we want to write e loader that are able to load a level from file and instancete all the scenes that compose the stage. The level file will use the json format. Each row is composed by a maximum of 10 block

Blocks:

{ "name" : "Level Name", "rows" : [ {"block": "green": "texture": "path"} ] }

every item in of the row is a dictionary with the property of the node. This could be useful for further extensions. For now the basic properties that we need, should be:

create-issue-branch[bot] commented 2 months ago

Branch issue-2-Loading_stage_from_file created!