Sha256: 98a442c6d3c4b91b4fb957f693938ce78a143e781662decf637ad88320620a0d

Contents?: true

Size: 324 Bytes

Versions: 8

Compression:

Stored size: 324 Bytes

Contents

# frozen_string_literal: true

module Gamefic
  module Scene
    # Pause a scene. This rig simply runs on_start and waits for user input
    # before proceeding to on_finish. The user input itself is ignored by
    # default.
    #
    class Pause < Default
      use_props_class Props::Pause
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
gamefic-3.6.0 lib/gamefic/scene/pause.rb
gamefic-3.5.0 lib/gamefic/scene/pause.rb
gamefic-3.4.0 lib/gamefic/scene/pause.rb
gamefic-3.3.0 lib/gamefic/scene/pause.rb
gamefic-3.2.1 lib/gamefic/scene/pause.rb
gamefic-3.2.0 lib/gamefic/scene/pause.rb
gamefic-3.1.0 lib/gamefic/scene/pause.rb
gamefic-3.0.0 lib/gamefic/scene/pause.rb