ShivamKR12

Results 6 comments of ShivamKR12

from ursina import * from ursina.prefabs.first_person_controller import FirstPersonController #from ursina.prefabs.exit_button import * t = -1 app = Ursina() a = Audio('assets/song_Forest.mp3', pitch=1, loop=True, autoplay=True) a.volume=5 window.title = 'Minecraft_clone' # The...

ya, sure. so, i was trying to add inventory to a small game of mine but everytime i tryed to run the code, i got the same error (or similar...

Traceback (most recent call last): File "c:\Users\Shivam\Desktop\voxel 3d\Zelda-main\01 - level\1 - level\code\main.py", line 29, in game = Game() ^^^^^^ File "c:\Users\Shivam\Desktop\voxel 3d\Zelda-main\01 - level\1 - level\code\main.py", line 14, in __init__...

Traceback (most recent call last): File "c:\Users\Shivam\Desktop\voxel 3d\Zelda-main\01 - level\1 - level\code\main.py", line 29, in game = Game() ^^^^^^ File "c:\Users\Shivam\Desktop\voxel 3d\Zelda-main\01 - level\1 - level\code\main.py", line 14, in __init__...

@rralen sorry my friend but i am unable to understand your language? could you please tell me which language do you speak?

if you mean "I fixed it simply by using the full paths; it worked for me, although it was time-consuming. In the end, to avoid problems since it was only...