ソースを参照

tools: use cube primitive as default placeable

Daniele Bartolini 3 年 前
コミット
c0c5789bcd
1 ファイル変更2 行追加2 行削除
  1. 2 2
      tools/level_editor/level_editor.vala

+ 2 - 2
tools/level_editor/level_editor.vala

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