arreglant balloon.cpp per a deltaTime pur
This commit is contained in:
@@ -48,15 +48,15 @@ title.bg_color 41526F # Color de fondo en la sección titulo
|
||||
# --- BACKGROUND ---
|
||||
background.attenuate_color FFFFFF00 # Color de atenuación del fondo (RGBA hexadecimal)
|
||||
|
||||
# --- BALLOONS ---
|
||||
balloon.settings[0].vel 2.75f # Velocidad inicial del globo 1
|
||||
balloon.settings[0].grav 0.09f # Gravedad aplicada al globo 1
|
||||
balloon.settings[1].vel 3.70f # Velocidad inicial del globo 2
|
||||
balloon.settings[1].grav 0.10f # Gravedad aplicada al globo 2
|
||||
balloon.settings[2].vel 4.70f # Velocidad inicial del globo 3
|
||||
balloon.settings[2].grav 0.10f # Gravedad aplicada al globo 3
|
||||
balloon.settings[3].vel 5.45f # Velocidad inicial del globo 4
|
||||
balloon.settings[3].grav 0.10f # Gravedad aplicada al globo 4
|
||||
# --- BALLOONS --- (deltaTime puro: vel en pixels/ms, grav en pixels/ms²)
|
||||
balloon.settings[0].vel 0.165f # Velocidad inicial del globo 1 (pixels/ms)
|
||||
balloon.settings[0].grav 0.00032f # Gravedad aplicada al globo 1 (pixels/ms²)
|
||||
balloon.settings[1].vel 0.222f # Velocidad inicial del globo 2 (pixels/ms)
|
||||
balloon.settings[1].grav 0.00036f # Gravedad aplicada al globo 2 (pixels/ms²)
|
||||
balloon.settings[2].vel 0.282f # Velocidad inicial del globo 3 (pixels/ms)
|
||||
balloon.settings[2].grav 0.00036f # Gravedad aplicada al globo 3 (pixels/ms²)
|
||||
balloon.settings[3].vel 0.327f # Velocidad inicial del globo 4 (pixels/ms)
|
||||
balloon.settings[3].grav 0.00036f # Gravedad aplicada al globo 4 (pixels/ms²)
|
||||
|
||||
balloon.color[0] blue # Color de creación del globo normal
|
||||
balloon.color[1] orange # Color del globo normal
|
||||
|
||||
Reference in New Issue
Block a user