Skip to content

Commit

Permalink
Update pxt.json, main.blocks, main.ts, README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesa6 committed Apr 23, 2024
1 parent 97aadac commit c82097d
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
Binary file modified .github/makecode/blocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/makecode/blocksdiff.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ This image may take a few minutes to refresh.
<script src="https://makecode.com/gh-pages-embed.js"></script><script>makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");</


this game is project is programmed on makecode arcade
this project is programmed on makecode arcade
18 changes: 9 additions & 9 deletions main.blocks

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ mySprite = sprites.create(img`
mySprite = Render.getRenderSpriteVariable()
tiles.setCurrentTilemap(tilemap`level2`)
Render.moveWithController(3, 2, 1)
Render.setAttribute(Render.attribute.fov, 1)
Render.setAttribute(Render.attribute.fov, 10)
Render.setAttribute(Render.attribute.dirX, 10)
Render.setAttribute(Render.attribute.dirY, 10)
Render.setAttribute(Render.attribute.wallZScale, 1.6)
Expand Down
4 changes: 2 additions & 2 deletions pxt.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "3d maps",
"name": "3d mazes",
"version": "1.6.2",
"description": "",
"description": "a 3d game where you collect stars in mazes",
"dependencies": {
"device": "*",
"pxt-raycasting": "github:aqeeaqee/pxt-raycasting#v0.3.18",
Expand Down

1 comment on commit c82097d

@jonesa6
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.