Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <Window Type='ice/SettingComboBox' Name='Options/Info/Video/TextureFilter'>
  2. <Property Name='UnifiedSize' Value='{{1.0,-10.0},{0.0,30.0}}'/>
  3. <Property Name='UnifiedPosition' Value='{{0.0,5.0},{0.0,105.0}}'/>
  4.  
  5. <Property Name='Text' Value='Texture Filtering'/>
  6. <Property Name='ConfigTypes' Value='string'/>
  7. <Property Name='ConfigNames' Value='Video.OpenGL.TextureFilter'/>
  8. <Property Name='Values' Value='None:none;Nearest:nearest;Bilinear:bilinear;Trilinear:trilinear;'/>
  9. </Window>
  10.  
  11. <Window Type="ice/SettingSlider" Name="Options/Info/Video/Multisample" >
  12. <Property Name='UnifiedSize' Value='{{1.0,-10.0},{0.0,30.0}}'/>
  13. <Property Name='UnifiedPosition' Value='{{0.0,5.0},{0.0,140.0}}'/>
  14.  
  15. <Property Name='Text' Value='Antialiasing'/>
  16. <Property Name='ConfigTypes' Value='int'/>
  17. <Property Name='ConfigNames' Value='Video.OpenGL.MultiSamples'/>
  18. <Property Name='MinimumValue' Value='0.0'/>
  19. <Property Name='MaximumValue' Value='3.0'/>
  20. <Property Name='ClickStepSize' Value='1.0'/>
  21. </Window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement