如何在Game Boy中显示Tilemap

时间:2017-01-19 16:38:54

标签: c gameboy retro-computing gbdk

我试图用Game Boy Developer Kit显示这个图像,当我运行模拟器时我看不到它显示

enter image description here

我使用的代码就是这个

function validateRadio(value) {
   if(!value) {
     return 'You need to check this value'
   }
}
<Field component={renderInput} type="radio" value="radio3" validate={validateRadio} />

我为同一个项目here

创建了一个要点

0 个答案:

没有答案