kopia lustrzana https://github.com/ertdfgcvb/play.core
Update info window style
rodzic
ed5847c2bb
commit
dabcb097f2
|
@ -22,8 +22,6 @@ export function main(coord, context, cursor, buffers){
|
||||||
|
|
||||||
import { drawInfo } from "/src/modules/drawbox.js"
|
import { drawInfo } from "/src/modules/drawbox.js"
|
||||||
export function post(context, cursor, buffers){
|
export function post(context, cursor, buffers){
|
||||||
drawInfo(context, cursor, buffers, {
|
drawInfo(context, cursor, buffers, { shadowStyle : 'gray' })
|
||||||
color : 'white', background : 'royalblue', shadowStyle : 'gray'
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -31,5 +31,5 @@ export function main(coord, context, cursor, buffers){
|
||||||
|
|
||||||
import { drawInfo } from "/src/modules/drawbox.js"
|
import { drawInfo } from "/src/modules/drawbox.js"
|
||||||
export function post(context, cursor, buffers){
|
export function post(context, cursor, buffers){
|
||||||
drawInfo(context, cursor, buffers)
|
drawInfo(context, cursor, buffers, { shadowStyle : 'gray' })
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,5 +18,5 @@ export function main(coord, context, cursor, buffers){
|
||||||
|
|
||||||
import { drawInfo } from '/src/modules/drawbox.js'
|
import { drawInfo } from '/src/modules/drawbox.js'
|
||||||
export function post(context, cursor, buffers){
|
export function post(context, cursor, buffers){
|
||||||
drawInfo(context, cursor, buffers)
|
drawInfo(context, cursor, buffers, { shadowStyle : 'gray' })
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue