New pages
- 15:04, 17 December 2024 love.physics.newBody (Español) (hist) [2,292 bytes] Rober vicioso (talk | contribs) (Created page with "Crea un nuevo cuerpo (Body). Hay tres tipos de cuerpos. * Static: los cuerpos estáticos no se mueven, tienen masa infinita, y pueden usarse para bordes del mundo. * Dynami...")
- 14:13, 17 December 2024 love.physics.getMeter (Español) (hist) [906 bytes] Rober vicioso (talk | contribs) (Created page with "{{newin|0.8.0|080|type=function}} Retorna el factor de escala del metro. Todas las coordenadas en en módulo de físicas son divididas por este número, creando una maner...")
- 14:03, 17 December 2024 love.physics (Español) (hist) [1,782 bytes] Rober vicioso (talk | contribs) (Created page with "{{newin|0.4.0|040|type=module}} Puede simular 2D rigid bodies (cuerpos rigidos 2D) de manera realista. Este módulo es esencialmente un vínculo a [http://box2d.org/about/...")
- 13:54, 17 December 2024 love.physics.getDistance (Español) (hist) [993 bytes] Rober vicioso (talk | contribs) (Created page with "{{newin|0.8.0|080|type=function}} Retorna los dos puntos mas cercanos entre dos fixtures y su distancia. {{notice|This function does not work correctly in 0.8.0 and ma...")
- 04:00, 17 December 2024 Body (Español) (hist) [1,160 bytes] Rober vicioso (talk | contribs) (Created page with "Los Bodies son objetos con velocidad y una posición. == Constructors == {{#ask: Category:Functions Constructs::Body Concept:Current | headers=hide | | default=No...")
- 17:02, 3 December 2024 nearest (hist) [3,411 bytes] Darkfrei (talk | contribs) (Created page with "Useful functions to find the nearest. ==Nearest point in array of points== <source lang='lua'> -- function to calculate the distance between two points local function distan...")
- 21:34, 2 December 2024 love.graphics.newTexture (hist) [64 bytes] Cardibro123 (talk | contribs) (Created page with "love.graphics.newTexture is an unreleased feature in LÖVE 12.0.")
- 19:36, 8 November 2024 love (Türkçe) (hist) [4,212 bytes] Nataliemeow (talk | contribs) (Created page with "LÖVE ile oyun yazmaya başlarken, arayüzün en önemli kısımları ''bildirim'' fonksiyonlarıdır: - oyunu bir kez kurup başlatmak için love.load, - kare başı oyun...")
- 09:16, 9 October 2024 love.maker (hist) [1,301 bytes] Ivan (talk | contribs) (Created page with "== love.maker == This library was written in Lua specifically for the LÖVE framework. love.maker is a library that can minify, compile and compress your project folder. If yo...")
- 09:07, 9 October 2024 love.scene (hist) [1,285 bytes] Ivan (talk | contribs) (Created page with "== love.scene == love.scene is a two-dimensional scene graph library written for the LÖVE game framework (compatible with LÖVE 11.3, 11.4 and 11.5). To install the scene gra...")
- 08:48, 4 October 2024 sstrict.lua (hist) [1,931 bytes] Ivan (talk | contribs) (Created page with "Super Strict is a pure Lua library that finds undeclared variables and other minor mistakes in your source code through static analysis. You do not need to execute any code to...")