From e85af99cd7e629a45d935b4606d45afc30843e65 Mon Sep 17 00:00:00 2001 From: lordlogo2002 Date: Sat, 2 Aug 2025 21:35:03 +0200 Subject: [PATCH] fix: update version to 1.3.6 in package.json and package-lock.json; replace asset URLs in RickGamePanel --- source/package-lock.json | 4 ++-- source/package.json | 2 +- source/src/index.tsx | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/source/package-lock.json b/source/package-lock.json index eaa275d..021952d 100644 --- a/source/package-lock.json +++ b/source/package-lock.json @@ -1,12 +1,12 @@ { "name": "@funky-flask-test/funky-flask-test", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@funky-flask-test/funky-flask-test", - "version": "1.3.5", + "version": "1.3.6", "devDependencies": { "@types/node": "^24.0.15", "typescript": "^5.8.3", diff --git a/source/package.json b/source/package.json index 21ec75c..0bc4dea 100644 --- a/source/package.json +++ b/source/package.json @@ -1,6 +1,6 @@ { "name": "@funky-flask-test/funky-flask-test", - "version": "1.3.5", + "version": "1.3.6", "type": "module", "main": "./dist/index.jsx", "exports": { diff --git a/source/src/index.tsx b/source/src/index.tsx index b25a992..ae61ba8 100644 --- a/source/src/index.tsx +++ b/source/src/index.tsx @@ -1,7 +1,8 @@ const ASSETS = { - squirrel: 'https://assets.vecteezy.net/png/27517308-pixel-art-squirrel-character.png', - dogWalk: 'https://assets.vecteezy.net/png/41440459-dog-walking-sprite.png', - nut: 'https://toppng.com/uploads/preview/ower-ups-animation-game-power-up-sprites.png' + squirrel: 'https://i.imgur.com/PN3NfdR.png', + dogWalk: 'https://i.imgur.com/vdgnU7H.png', + dogFly: 'https://i.imgur.com/fByuVDo.png', + nut: 'https://i.imgur.com/Nzt9t6E.png' } export class RickGamePanel {