Skip to content

Commit

Permalink
gonna start working on the display engine
Browse files Browse the repository at this point in the history
  • Loading branch information
theluqmn committed Dec 27, 2024
1 parent 7a52215 commit c71d7fe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added src/functions/displayEngine.js
Empty file.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import FMS from "./scenes/fms";
Intro(k);
FMS(k);

k.go("fms");
k.go("intro");
2 changes: 1 addition & 1 deletion src/scenes/fms.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { functionComponent } from "../components/functions";
export default function FMS(k) {
k.scene("fms", () => {
k.add([
k.text("proudly made with kaplayjs", {
k.text("proudly made using kaplayjs", {
font: "arial",
size: 18,
width: 500
Expand Down

0 comments on commit c71d7fe

Please sign in to comment.