Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst, proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj, vcxproj, sln, in, java, la, manifest, am, and rad. Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and gitignore. Finally, fixes executable bits.
		
			
				
	
	
		
			46 lines
		
	
	
		
			628 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			46 lines
		
	
	
		
			628 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // Choreo version 1
 | |
| actor "Alyx"
 | |
| {
 | |
|   channel "Debug text"
 | |
|   {
 | |
|     event generic "Alyx: What was that?"
 | |
|     {
 | |
|       time 0.000000 3.000000
 | |
|       param "debugtext Alyx: What was that?"
 | |
|     }
 | |
|   }
 | |
|   channel "move to"
 | |
|   {
 | |
|   }
 | |
|   channel "face to"
 | |
|   {
 | |
|   }
 | |
|   channel "triggers"
 | |
|   {
 | |
|   }
 | |
|   channel "look at"
 | |
|   {
 | |
|     event lookat "look at player"
 | |
|     {
 | |
|       time 0.000000 3.000000
 | |
|       param "!player"
 | |
|       event_ramp
 | |
|       {
 | |
|         0.3780 1.0000
 | |
|         2.5002 0.9944
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| }
 | |
| 
 | |
| scalesettings
 | |
| {
 | |
|   "CChoreoView" "90"
 | |
|   "RampTool" "100"
 | |
|   "ExpressionTool" "100"
 | |
|   "GestureTool" "100"
 | |
|   "SceneRampTool" "100"
 | |
| }
 | |
| fps 60
 | |
| snap off
 |