Skip to content

Commit

Permalink
new space
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Feb 11, 2023
1 parent 7938545 commit 3da2abf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added pane/50k1hf_b4km16!50k1hf_b4km16.bin
Binary file not shown.
Binary file removed pane/9ap4sd_hgpblf+9ap4sd_hgpblf.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions pane/pane.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ namespace $.$$ {

@ $mol_mem
land_rights() {
const land_id = '9ap4sd_hgpblf' as $mol_int62_string
const rights = new Uint8Array( $mol_fetch.buffer( require( `/hyoo/draw/pane/${land_id}+${land_id}.bin` ) ) )
const land_id = '50k1hf_b4km16' as $mol_int62_string
const rights = new Uint8Array( $mol_fetch.buffer( require( `/hyoo/draw/pane/${land_id}!${land_id}.bin` ) ) )
$mol_wire_sync( this.yard().world() ).apply( rights )
return this.yard().land(land_id)
}
Expand Down

0 comments on commit 3da2abf

Please sign in to comment.