mirror of
				https://github.com/Reuh/ubiquitousse.git
				synced 2025-10-28 09:39:31 +00:00 
			
		
		
		
	Code reorganization, added uqt.ecs, removed LÖVE duplicates (uqt.audio, uqt.draw, uqt.filesystem)
This commit is contained in:
		
							parent
							
								
									523c5d36c0
								
							
						
					
					
						commit
						16e533d176
					
				
					 28 changed files with 2544 additions and 2107 deletions
				
			
		
							
								
								
									
										6
									
								
								time/backend/ctrulua.lua
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								time/backend/ctrulua.lua
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,6 @@ | |||
| local time = require((...):match("^(.-%.)backend").."time") | ||||
| local ctr = require("ctr") | ||||
| 
 | ||||
| time.get = ctr.time | ||||
| 
 | ||||
| return time | ||||
							
								
								
									
										7
									
								
								time/backend/love.lua
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								time/backend/love.lua
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | |||
| local time = require((...):match("^(.-%.)backend").."time") | ||||
| 
 | ||||
| time.get = function() | ||||
| 	return love.timer.getTime() * 1000 | ||||
| end | ||||
| 
 | ||||
| return time | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue