View Single Post
  #4  
Old 03-13-2011, 08:55 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by Crow View Post
Other things I'd like to see with the release of v6:
A clientside player flag we can use to check if the player is currently jumping off a cliff (player.jump or similar). I could really use this.
Already added player.isjumping
Quote:
Also: an outline attribute for showtext objects to easily add outlines to texts. Should either use shadowcolor for the color or add a new outlinecolor instead.
Outline colors is quite complex, because we couldn't re-use the same texture for different colored texts. Black and white could work but other things are complex. Often programs just draw with a bigger font behind the current text. So it is possible but will probably not be added very soon.
Reply With Quote