-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,33 @@ | ||
# comment test 1 | ||
# # # | ||
### | ||
# | ||
# Русские символы | ||
# €s‘џљ | ||
|
||
# тест вывода текста | ||
# тест вывода текста: | ||
print test message 1 | ||
print 123 | ||
print 1 2 3 | ||
print €s‘џљ | ||
print Русские символы | ||
print call help... | ||
help | ||
|
||
# тест открытия файла скрипта | ||
# тест общих команд: | ||
print empty error: | ||
error | ||
print error with message: | ||
error >>message test for err<< | ||
log_cnosole 0 | ||
print only screen text 1 | ||
print only screen text 2 | ||
log_cnosole 1 | ||
log_screen 0 | ||
print only console text 1 | ||
print only console text 2 | ||
log_screen 1 | ||
|
||
# тест открытия файла скрипта: | ||
script cmd-test-helper.txt | ||
|
||
# comment test 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#include "version.hpp" | ||
|
||
const char* get_game_version() { return "v0.149.1"; } | ||
const char* get_game_version() { return "v0.149.2"; } |