Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 4, 2019, 4:16:22 PM (5 years ago)
Author:
jeromela
Message:

Spielfeld angepasst. Next: Fumktionalitaet auch anpassen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxCenterpoint.cc

    r12266 r12277  
     1/**
     2    Centerpoint: Konstruktion Spielfeld. Wird in orxoblox.oxw definiert.
     3*/
     4
     5
    16/*
    27 *   ORXONOX - the hottest 3D action shooter ever to exist
     
    5358        this->width_ = 200;
    5459        this->height_ = 120;
    55         this->ballspeed_ = 100;
     60        this->ballspeed_ = 60;
    5661        this->ballaccfactor_ = 1.0;
    5762        this->batspeed_ = 60;
Note: See TracChangeset for help on using the changeset viewer.