소스 검색

* Remove 'c' (color) and 'r' (render) options of the main menu in demo.php

tags/v0.99.beta17
Nicolas Vion nico 16 년 전
부모
커밋
a6666c9d2e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      caca-php/examples/demo.php

+ 2
- 2
caca-php/examples/demo.php 파일 보기

@@ -131,8 +131,8 @@ function display_menu($cv, $dp, $bounds, $outline, $refresh = true) {
caca_put_str($cv, 4, 10, "'3': boxes");
caca_put_str($cv, 4, 11, "'4': triangles");
caca_put_str($cv, 4, 12, "'5': ellipses");
caca_put_str($cv, 4, 13, "'c': colour");
caca_put_str($cv, 4, 14, "'r': render");
// caca_put_str($cv, 4, 13, "'c': colour");
// caca_put_str($cv, 4, 14, "'r': render");

if ($sprite)
caca_put_str($cv, 4, 15, "'s': sprites");


불러오는 중...
취소
저장