summaryrefslogtreecommitdiff
path: root/src/interface.c
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2011-02-03 15:37:55 (GMT)
committer Simon <simon@hardwired.org.uk>2011-02-03 15:37:55 (GMT)
commit525a59e28011cf26993c8e3f040a36ba7b7bf5e2 (patch)
tree00e958b7369643c60b7912120dd9e85efca2766e /src/interface.c
parentc78d4203eecb9cd90cf6dafc5aa61e6aa0adf09d (diff)
parentdb038e9643a99de5ddaba04d99eaceab91fc860d (diff)
downloadpowder-525a59e28011cf26993c8e3f040a36ba7b7bf5e2.zip
powder-525a59e28011cf26993c8e3f040a36ba7b7bf5e2.tar.gz
Fixes from cracker64, also lolsounds
Diffstat (limited to 'src/interface.c')
-rw-r--r--src/interface.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interface.c b/src/interface.c
index 1c2c59a..ab4fa3a 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -3866,7 +3866,7 @@ char *console_ui(pixel *vid_buf,char error[255]) { //TODO: error messages, show
clearrect(vid_buf, 0, 0, XRES+BARSIZE, 220);//anyway to make it transparent?
draw_line(vid_buf, 1, 219, XRES, 219, 228, 228, 228, XRES+BARSIZE);
drawtext(vid_buf, 100, 15, "Welcome to The Powder Toy console v.2 (by cracker64)\n"
- "Current commands are quit, set, reset, load, create, file, kill\n"
+ "Current commands are quit, set, reset, load, create, file, kill, sound\n"
"You can set type, temp, ctype, life, x, y, vx, vy using this format ('set life particle# 9001')\n"
"You can also use 'all' instead of a particle number to do it to everything.\n"
"You can now use particle names (ex. set type all deut)\n"
@@ -3875,6 +3875,7 @@ char *console_ui(pixel *vid_buf,char error[255]) { //TODO: error messages, show
"Create particles with 'create deut x,y' where x and y are the coords\n"
"Run scripts from file 'file filename'\n"
"You can delete/kill a particle with 'kill x,y'"
+ "Play a sound with (sound blah.wav)"
,255, 187, 187, 255);
cc = 0;