lib/atome/kernel/universe.rb in atome-0.5.7.0.3 vs lib/atome/kernel/universe.rb in atome-0.5.7.0.4

- old
+ new

@@ -25,15 +25,16 @@ @database_ready = false @tools = {} @allow_tool_operations = false @active_tools = [] @atome_preset = [] + @applicable_atomes= %i[color shadow border paint animation] # @historicize=false class << self attr_reader :atomes, :atomes_ids, :renderer_list, :molecule_list, :atome_list, :particle_list, :classes, :counter, :atomes_specificities attr_accessor :connected, :allow_sync, :allow_localstorage, :database_ready, :edit_mode, :tools, - :allow_tool_operations, :active_tools, :atome_preset + :allow_tool_operations, :active_tools, :atome_preset, :applicable_atomes def messages @messages end