|
@@ -1151,8 +1151,8 @@ public class LevelEditorApplication : Gtk.Application
|
|
|
yield stop_backend();
|
|
yield stop_backend();
|
|
|
|
|
|
|
|
// Reset project state.
|
|
// Reset project state.
|
|
|
- _placeable_type = "";
|
|
|
|
|
- _placeable_name = "";
|
|
|
|
|
|
|
+ _placeable_type = "unit";
|
|
|
|
|
+ _placeable_name = "core/units/primitives/cube";
|
|
|
|
|
|
|
|
// Load project and level if any.
|
|
// Load project and level if any.
|
|
|
logi("Loading project: `%s`...".printf(sd));
|
|
logi("Loading project: `%s`...".printf(sd));
|