« ねぐらに二匹いたとわたくし。 | メイン | 朝日工作員とわたくし。 »

2009年04月06日

メモ:Micropolisの解像度変更

tclのスクリプト内で設定されている値を変更するのか。
$ diff res/whead.tcl-org res/whead.tcl
83,84c83,84
< set initialwidth 1200
< set initialheight 900
---
> set initialwidth 800
> set initialheight 480
$ diff res/wscen.tcl-org res/wscen.tcl
80c80
< wm geometry $win 1200x900+0+0
---
> wm geometry $win 800x480+0+0
93c93
<   -width 1200 -height 900
---
>   -width 800 -height 480
$ diff res/wsplash.tcl-org res/wsplash.tcl
78c78
< wm geometry $win 1200x900+0+0
---
> wm geometry $win 800x480+0+0
90,91c90,91
< set SplashPanelWidth 1200
< set SplashPanelHeight 900
---
> set SplashPanelWidth 800
> set SplashPanelHeight 480

参考元はこちら

投稿者 spot : 2009年04月06日 21:27

トラックバック

このエントリーのトラックバックURL:
http://merope.roaring-dog.jp/rTjU29/mt-tb.cgi/2717

コメント

コメントしてください




保存しますか?