1
0
Commit Graph

685 Commits

Author SHA1 Message Date
403d751db4 Remove unused cat images from assets 2025-05-26 04:47:42 +02:00
828fdd18a9 auto-git:
[change] animeCat.js
2025-05-26 04:44:15 +02:00
ca5cb02868 auto-git:
[change] renderer.js
2025-05-26 04:44:05 +02:00
4941f61962 auto-git:
[change] renderer.js
2025-05-26 04:43:59 +02:00
01a17f3178 auto-git:
[change] animeCat.js
2025-05-26 04:43:48 +02:00
d9026e7261 auto-git:
[change] assets/cat/blink.png
2025-05-26 04:43:27 +02:00
3379fd8103 auto-git:
[add] assets/cat/blink.png
2025-05-26 04:43:22 +02:00
e905a5f2ae Correct cat slot position in index.html 2025-05-26 04:40:53 +02:00
1b86bee126 Adjust image width in animeCat.js 2025-05-26 04:40:53 +02:00
ac4dfebc4e Swap width and height of anime cat image 2025-05-26 04:39:38 +02:00
c72987b1c8 Adjust height of anime cat image 2025-05-26 04:39:38 +02:00
3999a2ad9b Resize anime cat image dimensions 2025-05-26 04:39:38 +02:00
3404c95320 Fix indentation and remove empty line in index.html 2025-05-26 04:38:54 +02:00
68b5f0caa3 Remove unused CSS for catSlot image 2025-05-26 04:38:54 +02:00
98ed479930 Set cat image width to 10000px and height to 50px 2025-05-26 04:37:39 +02:00
a2fcba4707 Decrease cat image height to 40px 2025-05-26 04:37:39 +02:00
f0507f5a6b Increase cat image width to 80px 2025-05-26 04:37:39 +02:00
ca00196cfe Increase cat image width to 70px and height to 50px 2025-05-26 04:37:39 +02:00
330f3f1898 Add new cat assets: mouth_open.png, eyes_closed.png 2025-05-26 04:36:27 +02:00
d57b9b84b4 Rename mouth_open.png to old/mouth_open.png 2025-05-26 04:36:27 +02:00
5f441be8a5 Rename blush_shy.png to joy.png and remove blush_shy.png 2025-05-26 04:35:14 +02:00
c38bf23a3b Add default cat image 2025-05-26 04:35:14 +02:00
1bce199da5 Rename and move default and joy images to old directory, remove old images 2025-05-26 04:35:14 +02:00
97d1d9871c Add new cat image: blush_shy.png 2025-05-26 04:35:14 +02:00
94568a11e1 Increase move threshold for mouse hold detection in animeCat.js 2025-05-26 04:32:56 +02:00
13696f1f82 Refactor cleanup function in animeCat.js 2025-05-26 04:31:11 +02:00
86e655e94e Refactor mouse hold logic in animeCat.js 2025-05-26 04:27:01 +02:00
87829a9467 Refactor and fix issue with petting state in animeCat.js 2025-05-26 04:25:36 +02:00
2855656030 Refactor and fix issue with petting state in animeCat.js 2025-05-26 04:25:36 +02:00
a424189a83 Fix issue with petting state in animeCat.js 2025-05-26 04:25:36 +02:00
eff8eaf8a3 Fix issue with petting state in animeCat.js 2025-05-26 04:25:36 +02:00
2e261ff1aa Prevent setting default image when petting is active during blinking 2025-05-26 04:24:37 +02:00
8e89dcf0b9 Ensure default image is set only if petting is not active in endSpeech method 2025-05-26 04:24:37 +02:00
00d33e2068 Add petting active flag in animeCat.js 2025-05-26 04:24:37 +02:00
c701e04383 Refactor mouse hold logic in AnimeCat class 2025-05-26 04:23:02 +02:00
abeaaa6e87 Add _pettingActive property to AnimeCat class 2025-05-26 04:23:02 +02:00
c1bb05e62a Fix typo in animeCat.js 2025-05-26 04:21:28 +02:00
afc1a3372e Change 'overflow: none;' to 'overflow: hidden;' in body of index.html 2025-05-26 04:18:29 +02:00
edbb0ed3a7 Add 'overflow: none;' to body in index.html 2025-05-26 04:18:29 +02:00
5e21efdd6e Increase move threshold for mouse hold in animeCat.js 2025-05-26 04:16:42 +02:00
4fcf05844b Refactor and optimize animeCat.js for better performance and readability 2025-05-26 04:14:37 +02:00
0de4e4dd70 Reduce cat tolerance for proximity detection 2025-05-26 04:13:47 +02:00
3906c15cb2 Increase mouse move threshold for cat interaction 2025-05-26 04:13:47 +02:00
8c5bca27fb Adjust move threshold for mouse hold 2025-05-26 04:12:17 +02:00
583ce878df Further increase move threshold for mouse hold 2025-05-26 04:12:17 +02:00
75c8c4d9b7 Increase move threshold for mouse hold 2025-05-26 04:12:17 +02:00
ecb5ddfa09 Refactor mouse hold logic to include movement tracking and joy animation conditions 2025-05-26 04:10:27 +02:00
1c6ce0eec7 Refactor and enhance mouse hold logic in animeCat.js 2025-05-26 04:08:02 +02:00
0d0824111f Increase CAT_TOLERANCE and update event listeners for animeCat.js 2025-05-26 04:05:05 +02:00
f4e4f4e5dc Further reduce CAT_TOLERANCE in animeCat.js 2025-05-26 04:03:28 +02:00