Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
369 B · 14 lines
C++
at main
123456789101112131415#include "stdafx.h"#include "SplashParticle.h"
SplashParticle::SplashParticle(Level *level, double x, double y, double z, double xa, double ya, double za) : WaterDropParticle(level, x, y, z){ gravity = 0.04f; setNextMiscAnimTex(); if (ya == 0 && (xa != 0 || za != 0)) { this->xd = xa; this->yd = ya + 0.1; this->zd = za; }}