a5f2cb1575
* NEW: Software screenshot can be deleted by the client. [INTERPRETER] * NEW: The little interpreter sleep is now done inside the watch file descriptor read callback only. So no need to implement it in each component event loop. [GB.SDL2] * BUG: The SDL event loop now calls the interpreter event loop so that timers and watched file descriptor are correctly handled. git-svn-id: svn://localhost/gambas/trunk@6792 867c0c6c-44f3-4631-809d-bfa615b0a4ec
18 lines
475 B
XML
18 lines
475 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.90
|
|
Title=BeastScroll
|
|
Startup=MMain
|
|
Icon=logo.png
|
|
Version=1.1.0
|
|
Component=gb.image
|
|
Component=gb.sdl2
|
|
Component=gb.sdl2.audio
|
|
Description="Parallax scrolling demo.\n\nThis example shows a parallax scrolling with a music playing in the background. It is based on the SDL2 components."
|
|
TabSize=2
|
|
Language=fr
|
|
Maintainer=benoit
|
|
Vendor=Example
|
|
Address=benoit@localhost
|
|
License=General Public Licence
|
|
Packager=1
|
|
GambasVersion=3.7
|