demos.txt 974 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. -Oceano
  2. -Portales
  3. -Grilla
  4. -Personaje
  5. -Auto (?)
  6. -Fisica
  7. -Fisica Idle
  8. -Low level APIS (Server)
  9. -Sonido Posicional
  10. -Custom Shaders
  11. -HDR
  12. -Trees Waving
  13. -luces
  14. -fixed material
  15. -shader material
  16. -synctoaudio speech and speex
  17. -particulas con gif animados para mostrar que es cada parametro
  18. -soporte de syntax hilight de gdscript para editores mas comunes
  19. -instanciar enemigos usando duplicate
  20. -simulated motion con animacion
  21. -animation player controla otro animation player (tipo camina de lugar a otro y saluda)
  22. -corutinas y loops con yield para animation, audio, etc
  23. -CCD (bullets)
  24. -custom gizmos, editor plugins en script
  25. Clases que necesitan tutorial.
  26. Animation/AnimationPlayer
  27. Area2D (space override, notifications)
  28. custom container demo
  29. custon drawing in a canvas item
  30. ignore mouse on top of button
  31. input in a game, with _unhandled_input
  32. demo containers
  33. Control, anchors e input event handling
  34. lots of 2D physics examples
  35. dictionary and array doc of passing by reference?