Changeset 1581 for 2010


Ignore:
Timestamp:
2010-08-03 20:20:35 (13 years ago)
Author:
tekrjant
Message:

Efektikirjaston vanhat muuttujat eivät ole enää käytössä.

Location:
2010/30/tekrjant/Seikkailu
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 2010/30/tekrjant/Seikkailu/Lieska.cs

    r1265 r1581  
    3838    protected override void InitializeParticles() 
    3939    { 
    40         minLifetime = 0.3; 
    41         maxLifetime = 0.6; 
     40        MinLifetime = 0.3; 
     41        MaxLifetime = 0.6; 
    4242 
    43         minScale = 0.008; 
    44         maxScale = 0.02; 
     43        MinScale = 0.008; 
     44        MaxScale = 0.02; 
    4545 
    46         scaleAmount = 10.0; 
     46        ScaleAmount = 10.0; 
    4747 
    48         minVelocity = 5; 
    49         maxVelocity = 20; 
     48        MinVelocity = 5; 
     49        MaxVelocity = 20; 
    5050 
    51         minAcceleration = 0.7; 
    52         maxAcceleration = 1; 
     51        MinAcceleration = 0.7; 
     52        MaxAcceleration = 1; 
    5353 
    54         minRotationSpeed = -Math.PI / 4; 
    55         maxRotationSpeed = Math.PI / 4; 
     54        MinRotationSpeed = -Math.PI / 4; 
     55        MaxRotationSpeed = Math.PI / 4; 
    5656 
    5757        base.InitializeParticles(); 
  • 2010/30/tekrjant/Seikkailu/Seikkailu.sln

    r1486 r1581  
    2323                {1E963378-DFC6-425B-9AE1-236BE550E5FD}.Release|x86.ActiveCfg = Release|x86 
    2424                {1E963378-DFC6-425B-9AE1-236BE550E5FD}.Release|x86.Build.0 = Release|x86 
     25                {DD9E5CAB-9ADA-4514-8B3C-0CCAD8420947}.Debug|x86.ActiveCfg = Debug|x86 
     26                {DD9E5CAB-9ADA-4514-8B3C-0CCAD8420947}.Release|x86.ActiveCfg = Release|x86 
    2527                {6E414623-D040-438E-AFA9-79FF46623A92}.Debug|x86.ActiveCfg = Debug|x86 
    2628                {6E414623-D040-438E-AFA9-79FF46623A92}.Release|x86.ActiveCfg = Release|x86 
    27                 {DD9E5CAB-9ADA-4514-8B3C-0CCAD8420947}.Debug|x86.ActiveCfg = Debug|x86 
    28                 {DD9E5CAB-9ADA-4514-8B3C-0CCAD8420947}.Release|x86.ActiveCfg = Release|x86 
    2929        EndGlobalSection 
    3030        GlobalSection(SolutionProperties) = preSolution 
Note: See TracChangeset for help on using the changeset viewer.