Merge branch 'fluids'

db4
Erik Charlebois 2010-04-20 22:28:43 -07:00
commit 2be0e94c87
2 changed files with 4 additions and 2 deletions

View File

@ -78,8 +78,8 @@ M: fluids-world begin-game-world
dup fluid set
init-gpu
initial-particles clone >>particles
"resource:extra/fluids/particle2.pgm" make-texture >>texture
"resource:extra/fluids/colors.ppm" make-texture >>ramp
"vocab:fluids/particle2.pgm" make-texture >>texture
"vocab:fluids/colors.ppm" make-texture >>ramp
drop ;
M: fluids-world end-game-world

View File

@ -0,0 +1,2 @@
particle2.pgm
colors.ppm