gdquest-demos / godot-kickstarter-2019

Create your Own Games with Godot, the Free Game Engine: sources from the January Kickstarter project from GDQuest
MIT License
242 stars 269 forks source link

Fix: Script variables was ignored on 'Intro Procedural Tilemap' #61

Closed kuruk-mm closed 4 years ago

kuruk-mm commented 4 years ago

We need to calculate the size at 'onready' to be able to use the value that is assigned in the editor.

If you change the 'inner_size' or 'perimeter_size' from the Script Variables on the Editor, it will no take effect because it calculate 'size' before of assign the value.

NathanLovato commented 4 years ago

Thanks