----------------------------------------------------------------------
($at, $val)
| 3133 | |
| 3134 | //---------------------------------------------------------------------- |
| 3135 | public function setFrameAt($at, $val) |
| 3136 | { |
| 3137 | $this->frame[$at['y']][$at['x']] = chr($val); |
| 3138 | } |
| 3139 | |
| 3140 | //---------------------------------------------------------------------- |
| 3141 | public function getFrameAt($at) |