Class: BetterAtmospheresHighDef
- Inherits:
-
Kosmos::Package
- Object
- Kosmos::Package
- BetterAtmospheresHighDef
- Defined in:
- lib/kosmos/packages/better_atmospheres.rb
Instance Attribute Summary
Attributes inherited from Kosmos::Package
Instance Method Summary collapse
Methods inherited from Kosmos::Package
aliases, download!, find, inherited, #install!, normalize_for_find, unzip!
Methods included from Kosmos::PackageDsl
Instance Method Details
#install ⇒ Object
34 35 36 37 38 39 40 |
# File 'lib/kosmos/packages/better_atmospheres.rb', line 34 def install merge_directory 'GameData' merge_directory 'City Textures/2048/DetailCity.tga', into: 'GameData/BoulderCo/CityLights/Textures' merge_directory 'City Textures/2048/detail.tga', into: 'GameData/BoulderCo/Clouds/Textures' end |