Changeset 8543 for code/branches/pickup/data/levels/templates
- Timestamp:
- May 23, 2011, 4:01:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickup/data/levels/templates/pickupRepresentationTemplates.oxt
r7679 r8543 389 389 390 390 <Template name=hugeinvisiblepickup> 391 <InvisiblePickup 392 duration = 20.0 393 activaionType = "immediate" 394 durationType = "continuous" 395 /> 396 </Template> 397 398 <Template name=smallshrinkpickupRepresentation> 399 <PickupRepresentation> 400 <spawner-representation> 401 <StaticEntity> 402 <attached> 403 <Billboard position="0,0,0" colour="1.0,0.55,1.0" material="Sphere2" scale=0.1> 404 <attached> 405 <Billboard position="0,0,0" colour="1.0,0.55,1.0" material="Shrink" scale=0.9 /> 406 </attached> 407 </Billboard> 408 </attached> 409 </StaticEntity> 410 </spawner-representation> 411 </PickupRepresentation> 412 </Template> 413 414 <Template name=smallshrinkpickup> 415 <InvisiblePickup 416 duration = 20.0 417 activaionType = "immediate" 418 durationType = "continuous" 419 /> 420 </Template> 421 422 <Template name=mediumshrinkpickupRepresentation> 423 <PickupRepresentation> 424 <spawner-representation> 425 <StaticEntity> 426 <attached> 427 <Billboard position="0,0,0" colour="1.0,0.55,1.0" material="Sphere2" scale=0.2> 428 <attached> 429 <Billboard position="0,0,0" colour="1.0,0.55,1.0" material="Shrink" scale=2.0 /> 430 </attached> 431 </Billboard> 432 </attached> 433 </StaticEntity> 434 </spawner-representation> 435 </PickupRepresentation> 436 </Template> 437 438 <Template name=mediumshrinkpickup> 439 <InvisiblePickup 440 duration = 20.0 441 activaionType = "immediate" 442 durationType = "continuous" 443 /> 444 </Template> 445 446 <Template name=hugeshrinkpickupRepresentation> 447 <PickupRepresentation> 448 <spawner-representation> 449 <StaticEntity> 450 <attached> 451 <Billboard position="0,0,0" colour="1.0,0.55,1.0" material="Sphere2" scale=0.3> 452 <attached> 453 <Billboard position="0,0,0" colour="1.0,0.55,1.0" material="Shrink" scale=3.0 /> 454 </attached> 455 </Billboard> 456 </attached> 457 </StaticEntity> 458 </spawner-representation> 459 </PickupRepresentation> 460 </Template> 461 462 <Template name=hugeshrinkpickup> 391 463 <InvisiblePickup 392 464 duration = 20.0
Note: See TracChangeset
for help on using the changeset viewer.