Fixed MN_STRINGSELECT menu item a bit more and hooked up aspect ration
[supertux.git] / data / scripts / console.nut
index cdb190e..dc4e05d 100644 (file)
@@ -14,6 +14,16 @@ function finish()
        Level.finish(true);
 }
 
+function edit()
+{
+       Level.edit(true);
+}
+
+function play()
+{
+       Level.edit(false);
+}
+
 function worldmapfinish()
 {
        save_state();