Rick Astley
@OmN3xin
dog eat pizza https://bit.ly/2Oc67UJ
0
rolling-gametouch all the cubes with the ball to win.
2
0
0
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 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
0
3d physicspoggers
1
0
0
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 clickkaboom
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.1 year ago
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.2 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
When I create a new java/java swing repl, I don't have Intellisence. My Intellisence is enabled.
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/bugs2 years ago
TypeError: console.debug is not a function
at chrome-extension://khbkdfddenodbcodjcnfpgogceaegjpa/modules/typing/content-scripts/content.js:3:11
HTML, CSS, JS
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,
C#
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.2 years ago