Home
last modified time | relevance | path

Searched refs:pos_x_rand (Results 1 – 16 of 16) sorted by relevance

/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/enemies/plants/
H A Dforest_shooting_plant_wallmounted.cfg137 pos_x_rand: 24,
154 pos_x_rand: 24,
172 pos_x_rand: 8,
212 pos_x_rand: 24,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/effects/control/
H A Dwaterfall.cfg34 set(steam.pos_x_rand, (vars.zone_x2-vars.zone_x1)+40),
39 set(steam_rising.pos_x_rand, (vars.zone_x2-vars.zone_x1)+40),
94 pos_x_rand: 180,
114 pos_x_rand: 180,
132 pos_x_rand: 20,
H A Dwhitewater_controller.cfg33 set(splash_droplets.pos_x_rand, vars.zone_x2 - x),
121 pos_x_rand: 20,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props-interactive/misc/
H A Dmagic_pedestal.cfg71 pos_x_rand: 60,
95 pos_x_rand: 20,
H A Dteleport_pedestal.cfg85 pos_x_rand: 60,
108 pos_x_rand: 20,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/effects/general/
H A Dacid_burn_particles.cfg36 pos_x_rand: 50,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/enemies/bosses/
H A Dmilgram.cfg357 pos_x_rand: 32,
455 pos_x_rand: 20,
512 pos_x_rand: 32,
552 pos_x_rand: 1600,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props/utilities/
H A Dceiling_lamp.cfg30 pos_x_rand: 32,
H A Dceiling_lamp_silver.cfg30 pos_x_rand: 48,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props-interactive/obstacles/
H A Dbreakable_block_chunk.cfg78 pos_x_rand: 30,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props-interactive/hazards/
H A Dstalactite.cfg124 pos_x_rand: 30,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props-interactive/throwables/
H A Dcrate_metal_throwable_respawning.cfg149 pos_x_rand: 30,
H A Dcrate_throwable_respawning.cfg149 pos_x_rand: 30,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/props-interactive/locks/
H A Dpadlock.cfg132 pos_x_rand: 30,
/dports/games/frogatto/frogatto-1.3.1/modules/frogatto/data/objects/enemies/milgramen/
H A Dkitty_sword_npc.cfg229 pos_x_rand: 30,
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dparticle_system.cpp614 pos_x_rand(node["pos_x_rand"].as_int()*1024), in point_particle_info()
677 int pos_x, pos_y, pos_x_rand, pos_y_rand; member
694 …is_(info.generation_rate_millis), pos_x_(info.pos_x), pos_x_rand_(info.pos_x_rand), pos_y_(info.po… in point_particle_system()