package components import ( "github.com/hajimehoshi/ebiten/v2" ) type Transient struct { Activated bool Wall *ebiten.Image }