-
Content Count
2168 -
Joined
-
Last visited
-
Days Won
29
samme last won the day on March 12
samme had the most liked content!
About samme
-
Rank
Advanced Member
Contact Methods
-
Website URL
https://github.com/samme
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
AlanFonderflick reacted to a post in a topic: Move camera by "dragging" the world floor
-
razarazaraza started following samme
-
Fixed in https://github.com/photonstorm/phaser-ce/releases/tag/v2.17.0
-
ApeAaron reacted to a post in a topic: How to get tiled json map into phaser? JSON tile map error - Cannot read property '2' of undefined
-
jdnichollsc reacted to a post in a topic: Move camera by "dragging" the world floor
-
toekutter reacted to a post in a topic: Phaser 3 FAQs
-
jpdev reacted to a post in a topic: Scaling the canvas for pixel art
-
jdnichollsc reacted to a post in a topic: Translate Phaser 2 "addChild" to Phaser 3
-
https://codepen.io/samme/pen/dyGeWyX
-
Is this Phaser 3?
-
samme started following New Phaser forum and Discord channel
-
https://phaser.discourse.group/ https://discord.gg/phaser
-
But none of that happens in https://codepen.io/samme/pen/JjYLYEb.
-
See example: https://codepen.io/samme/pen/JjYLYEb
-
Jacques reacted to a post in a topic: How to know the current fps in phaser 3?
-
theNeedle reacted to a post in a topic: How do you remove colliders/overlap?
-
LiadIdan reacted to a post in a topic: Extending Phaser.GameObjects.Sprite Class?
-
FKL34TI5T5 reacted to a post in a topic: Tween inside mouseover event
-
They could be set that way but AFAIK there is no easy way to use them for compiling Phaser.
-
https://photonstorm.github.io/phaser-ce/Phaser.Tilemap.html#getTileAbove
-
Make sure the source rectangle is fully within the source image.
-
this.game.physics.arcade.overlap(this.player, this.items, collect, null, this);
-
onUpdateScope: …
-
// update() var cam = this.cameras.main; cam.setZoom(Phaser.Math.Clamp(cam.zoom, 0.2, 5));
-
It is sad but it was removed because it wasn't working in all cases, and it will be replaced by a feature in the upcoming ScaleManager. I think it was intended as an experimental feature, it just wasn't labelled that way. You can emulate it pretty easily: https://github.com/photonstorm/phaser/issues/4048#issuecomment-432160600
-
samme reacted to a post in a topic: Cant get group to work
-
Which lab example? Probably you can stop or sleep the first scene.