mirror of
				https://github.com/Reuh/ubiquitousse.git
				synced 2025-10-27 17:19:31 +00:00 
			
		
		
		
	stuff
This commit is contained in:
		
							parent
							
								
									08afbe1d6d
								
							
						
					
					
						commit
						b55c6b0dfd
					
				
					 8 changed files with 56 additions and 4 deletions
				
			
		|  | @ -45,10 +45,11 @@ scene = { | |||
| 	prefix = "", | ||||
| 
 | ||||
| 	--- Creates and returns a new Scene object. | ||||
| 	-- @tparam[opt="unamed"] string name the new scene name | ||||
| 	-- @impl ubiquitousse | ||||
| 	new = function() | ||||
| 	new = function(name) | ||||
| 		return { | ||||
| 			name = "loading scene", -- The scene name. | ||||
| 			name = name or "unamed", -- The scene name. | ||||
| 
 | ||||
| 			time = time.new(), -- Scene-specific TimerRegistry. | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Reuh
						Reuh