mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-24 06:12:52 -06:00
.examples: Added first (still incomplete) version of box2d example
git-svn-id: svn://ultimatepp.org/upp/trunk@2583 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
95bb78a131
commit
685b4834da
3 changed files with 369 additions and 0 deletions
12
examples/Box2DExample/Box2DExample.upp
Normal file
12
examples/Box2DExample/Box2DExample.upp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
description "Box2D \"Bridge\" example \377";
|
||||
|
||||
uses
|
||||
CtrlLib,
|
||||
plugin\box2d;
|
||||
|
||||
file
|
||||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue