Changeset 12359 for code/branches/OrxoBlox_FS19/data
- Timestamp:
- May 9, 2019, 3:29:29 PM (6 years ago)
- Location:
- code/branches/OrxoBlox_FS19/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoBlox_FS19/data/levels/orxoblox.oxw
r12341 r12359 91 91 <?lua include("includes/notifications.oxi") ?> 92 92 93 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true"/>94 95 93 96 94 <Scene … … 105 103 106 104 107 <MovableEntity rotationrate=0 rotationaxis="0,0,1"> 105 <OrxoBloxCenterpoint name=OrxoBloxcenter dimension="90,100" balltemplate=OrxoBloxball battemplate=OrxoBloxbat ballspeed=200 ballaccfactor=1.0 batspeed=130 batlength=0.25 StoneTemplate=OrxoBloxstone WallTemplate=OrxoBloxwall position="-55,-75,0"> 106 108 107 <attached> 109 <OrxoBloxCenterpoint name=OrxoBloxcenter dimension="90,100" balltemplate=OrxoBloxball battemplate=OrxoBloxbat ballspeed=200 ballaccfactor=1.0 batspeed=130 batlength=0.25 StoneTemplate=OrxoBloxstone WallTemplate=OrxoBloxwall>110 111 <attached>112 108 <!-- Balken die das Spielfeld begrenzen. --> 113 <Model position="0,0,-49" mesh="cube.mesh" scale3D="45,1,1" /> 114 <Model position="46,0,0" mesh="cube.mesh" scale3D="1,1,50"/> 115 <Model position="-46,0,0" mesh="cube.mesh" scale3D="1,1,50"/> 116 </attached> 117 </OrxoBloxCenterpoint> 109 <Model position="0,0,-49" mesh="cube.mesh" scale3D="45,1,1" /> 110 <Model position="46,0,0" mesh="cube.mesh" scale3D="1,1,50"/> 111 <Model position="-46,0,0" mesh="cube.mesh" scale3D="1,1,50"/> 118 112 </attached> 119 </MovableEntity> 113 </OrxoBloxCenterpoint> 114 120 115 </Scene> 121 116 </Level> -
code/branches/OrxoBlox_FS19/data/overlays/OrxoBloxHUD.oxo
r12268 r12359 2 2 <OverlayGroup name="OrxoBloxHUD" scale = "1, 1"> 3 3 <OrxoBloxScore 4 position = "0. 05, 0.05"4 position = "0.9, 0.2" 5 5 pickpoint = "0.0, 0.0" 6 6 font = "ShareTechMono" 7 textsize = 0.06 7 textsize = 0.05 8 colour = "1.0, 1.0, 1.0, 1.0" 9 align = "left" 10 /> 11 12 <OverlayText 13 position = "0.7, 0.20" 14 pickpoint = "0.0, 0.0" 15 font = "ShareTechMono" 16 textsize = 0.05 8 17 colour = "1.0, 1.0, 1.0, 1.0" 9 18 align = "left" 10 19 11 showleftplayer = true 12 showrightplayer = false 13 showname = true 14 showscore = false 20 caption = "Points: " 15 21 /> 16 22 17 <OrxoBloxScore18 position = "0.49, 0.05"19 pickpoint = "0.0, 0.0"20 font = "ShareTechMono"21 textsize = 0.0622 colour = "1.0, 1.0, 1.0, 1.0"23 align = "right"24 25 showleftplayer = true26 showrightplayer = false27 showname = false28 showscore = true29 />30 31 <OverlayText32 position = "0.505, 0.05"33 pickpoint = "0.0, 0.0"34 font = "ShareTechMono"35 textsize = 0.0636 colour = "1.0, 1.0, 1.0, 1.0"37 align = "center"38 39 caption = ":"40 />41 42 <OrxoBloxScore43 position = "0.51, 0.05"44 pickpoint = "0.0, 0.0"45 font = "ShareTechMono"46 textsize = 0.0647 colour = "1.0, 1.0, 1.0, 1.0"48 align = "left"49 50 showleftplayer = false51 showrightplayer = true52 showname = false53 showscore = true54 />55 56 <OrxoBloxScore57 position = "0.95, 0.05"58 pickpoint = "0.0, 0.0"59 font = "ShareTechMono"60 textsize = 0.0661 colour = "1.0, 1.0, 1.0, 1.0"62 align = "right"63 64 showleftplayer = false65 showrightplayer = true66 showname = true67 showscore = false68 />69 23 </OverlayGroup> 70 24 </Template>
Note: See TracChangeset
for help on using the changeset viewer.