Skip to content
Open navbar menu
Sign UpLog In
Profile icon

Rick Astley

@OmN3xin
dog eat pizza https://bit.ly/2Oc67UJ
OmN3xin
OmN3xin
published a Repl
2 years ago
0
rolling-game
rolling-gametouch all the cubes with the ball to win.
OmN3xin
OmN3xin
shared a Post
2 years ago
Java unity like getComponent method
Hello, I would like to know is how to have a method public Component getComponent(Class type); and for it to return a Component from a list: List comp
EpicGamer007
EpicGamer007
can you clarify a bit more? What is your goal? Are you trying to make an ArrayList which ONLY accepts subclasses of Component? If that is your goal, it is pretty simple. Make the List be List components = new ArrayList(); or you could make a method like public void addComponent(List list) { } If you want to make a method which accepts any animal or animal subclass, you can also do this public void addComponent(List l) { } I do not remember a lot about Java generics so if I misinterpreted y2 years ago
OmN3xin
OmN3xin
published a Repl
2 years ago
0
3d physics
3d physicspoggers
OmN3xin
OmN3xin
shared a Post
3 years ago
For some reason, collision is not working.
kaboom thing
kaboom
FishballNooodle
FishballNooodle
Obviously its in Beta lol3 years ago
OmN3xin
OmN3xin
shared a Post
3 years ago
Hello, I just started using kaboom to make a game, key press won't work. I can do something like add physics to an object but I can't log that I click
kaboom thing
kaboom
ANGELAJUMPER
ANGELAJUMPER
I am having the same issue onKeyPress doesn't work not even with the example. I reported the bug and they replied in email to ask here that is not a bug. I know how to program and it is definitely not working.2 years ago
SixBeeps
SixBeeps
Console logs appear to not work with Kaboom at the moment. If you open the game in a new tab and look at the JS console, you'll see the console logs there.3 years ago
OmN3xin
OmN3xin
shared a Post
3 years ago
First Go to your account settings by clicking the arrow next to your username in the top left of your browser window. then click "Account" in the drop
OmN3xin
OmN3xin
shared a Post
3 years ago
When I create a new java/java swing repl, I don't have Intellisence. My Intellisence is enabled.
Coder100
Coder100
Some languages don't have a language server yet, so they don't have intellisense. Java should have one, but obviously something broke there. Make sure it is not your computer/firewall. Report to bugs: https://repl.it/bugs3 years ago
OmN3xin
OmN3xin
shared a Post
3 years ago
TypeError: console.debug is not a function at chrome-extension://khbkdfddenodbcodjcnfpgogceaegjpa/modules/typing/content-scripts/content.js:3:11
test for bug
HTML, CSS, JS
sammightyt
sammightyt
It works fine for me. Maybe it's a problem with repl.it or your browser?3 years ago
sammightyt
sammightyt
can you post your repl?3 years ago
btfuss
btfuss
your javascript may be disabled3 years ago
OmN3xin
OmN3xin
shared a Post
3 years ago
Why C#? C# is a simple language that popular game engines use such as Unity or Godot. Variables In C#, you make variables by declaring what they are,
calculator tutorial
C#
Wumi4
Wumi4
Just fixing: By default, Godot uses it's GDScript for scripting, not C#. You can use C#, but it will require you to do some stuff.3 years ago