This website requires JavaScript.
Explore
Help
Register
Sign In
gamejam
/
slendosaur
Watch
1
Star
0
Fork
0
You've already forked slendosaur
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
slendosaur
/
WikiJam
/
Level
/
Objects
/
Crystal.gd
5 lines
64 B
GDScript3
Raw
Normal View
History
Unescape
Escape
added basic collectible
2019-11-23 14:49:20 +01:00
extends
Spatial
func
_ready
(
)
:
player can now collect crystals and win the game
2019-11-23 15:37:52 +01:00
Collector
.
addCollectible
(
self
)
Reference in New Issue
Copy Permalink