config2.txt

来自「J2ME做的打砖块游戏,是学校的课程项目」· 文本 代码 · 共 24 行

TXT
24
字号
>Name:Sample Level 2
>Players:1
>Orientation:landscape

>Walls:left,right,top

>Paddle:
	player=1,
	bouncerule=travel/0.1,
	shape=flat/0.2/0.05,
	spring=0.05,
	wall=bottom

>Ball:
	shape=round/0.08,
	initpos=0.5/0.5,
	initspeed=1.3/1.3

>Brick:
	onhit=bounce/simple/break/score/2,
	shape=rect/0.14/0.08,
	positions=0.15/0.1 / 0.3/0.1 / 0.45/0.1 / 0.6/0.1 / 0.75/0.1 / 0.15/0.2 / 0.3/0.2 / 0.45/0.2 / 0.6/0.2 / 0.75/0.2 / 0.15/0.3 / 0.3/0.3 / 0.45/0.3 / 0.6/0.3 / 0.75/0.3 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?