|
Neue Engine Features |
Top Previous Next |
|
WED-Import
WED kann jetzt 3DS und OBJ-Objekte importieren und ihre Skalierungen und Zentren nach Wunsch setzen.
Neue Bibliothek
Die neue Bibliothek strio.c enthält oft gebrauchte, kleine Funktionen, die in Zusammenhang mit Strings und Datei-Input /-Output stehen.
#include <strio.c>
STRING* food_str = "I eat junk food!";
TEXT* food_txt = { pos_x = 200; pos_y = 20; string(food_str); flags = SHOW; }
function replace_startup() // uses str_replace from strio.c to replace "junk" with "healthy" { wait (-5); // display the original string for 5 seconds str_replace(food_str, "junk", "healthy"); // now replace the text inside the string }
GED
GED, der neue Echtzeit-In-Game-Level- und Terraineditor ist jetzt in Gamestudio enthalten.
|