Search found 3956 matches

by Mogri
Tue Oct 24, 2023 4:05 am
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Re: Let's learn Godot together

No problem! There's a decent chance that Godot is doing its merry best to help you screw things up, as it tends to be overzealous in updating references when you change things that are linked to by other things. There's a method to the madness, surely, but I haven't figured it all out yet.
by Mogri
Mon Oct 23, 2023 9:34 pm
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Re: Let's learn Godot together

Main menu, continued I've done a little more wiring up of my main menu. I haven't changed anything in the scene editor, so it still looks like this: https://i.imgur.com/XrmemtS.png But I have messed around with the script a bit. Here's what I've got right now: extends Control @export var load_menu_...
by Mogri
Mon Oct 23, 2023 5:49 pm
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Re: Let's learn Godot together

OK, so If I run the scene , it works just fine. If I run the game , I get your error. This is because you have the same script attached to label.tscn, which is your Main Scene. It's a Sprite2D as well, but it doesn't have a Timer child. You aren't actually using label.tscn for anything, as far as I ...
by Mogri
Mon Oct 23, 2023 2:54 pm
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Re: Let's learn Godot together

OK, that all looks correct. What's the exact error message that you're seeing? Does it happen when you try to run the scene or at some other time?

I'm happy to take a look at it if you want to upload the project, too.
by Mogri
Sun Oct 22, 2023 3:38 pm
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Re: Let's learn Godot together

And your script is attached to the Sprite2D, right? Not the root Node2D?
by Mogri
Sat Oct 21, 2023 8:54 pm
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Re: Let's learn Godot together

I don't see get_node("Timer") anywhere within the tutorial. (By the way, $ is shorthand for get_node, so $Timer would do the same thing.)

Where are you calling this from? Does the node for this script have a child named Timer?
by Mogri
Fri Oct 20, 2023 10:05 pm
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Re: Let's learn Godot together

Bonus: Baby's first menu I started up a new project! After far longer than I care to admit, I created a basic menu: https://i.imgur.com/XrmemtS.png In the process, I learned a lot of things! Here are several of them: You're not supposed to use ui_down and so on for your game controls; they're reser...
by Mogri
Fri Oct 20, 2023 2:33 pm
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Re: Let's learn Godot together

No, I didn't have any such issue. Which step is that? Do you mean the get_node function in GDScript or something else?
by Mogri
Thu Oct 19, 2023 9:03 pm
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Re: Let's learn Godot together

Your first 2D game Here's what I notice in the setup : you can specify the initial dimensions of the game window and force the game to stay in that aspect ratio. That's pretty nice. There are a lot of options here to get things to render just how you like. For the player , we're instructed to creat...
by Mogri
Thu Oct 19, 2023 2:07 pm
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Re: Let's learn Godot together

I may dabble in the 3D a bit: it'd make doing a first-person dungeon crawler a lot easier. But the "Your first 3D game" tutorial assumes you've done the 2D tutorial anyway, so that will come first either way.
by Mogri
Wed Oct 18, 2023 5:48 pm
Forum: Game Discussion
Topic: Let's learn Godot together
Replies: 41
Views: 1701

Let's learn Godot together

I know, I'm late to the party here. Several of you have already used Godot, and most of the rest of you probably don't care. But today is the day I start learning Godot, and you're welcome to join me. I'm probably not going to go through the whole process of making a game here. I have a few goals I ...
by Mogri
Sat Jun 24, 2023 4:59 am
Forum: General Discussion
Topic: O.H.R.RPG.C.E. Iceberg
Replies: 6
Views: 1407

Re: O.H.R.RPG.C.E. Iceberg

Spoonweaver wrote: Fri Jun 23, 2023 1:45 pm Charbile saw the iceberg and decided to make his own
ohr_iceberg_v2.png
I love that "4 maps" is sea level.
by Mogri
Thu Jun 01, 2023 2:16 pm
Forum: Game Discussion
Topic: Ridiculous Games Contest 2023: PJ/RMZ's Pizza Birthday OHR Contest
Replies: 37
Views: 4401

Re: Ridiculous Games Contest 2023: PJ/RMZ's Pizza Birthday OHR Contest

Congrats to Bena! Roller Toaster Cytoon is now the featured game on the front page.
by Mogri
Mon Jan 23, 2023 4:21 pm
Forum: General Discussion
Topic: SlimeSalad.com front page seem a little borked lately...
Replies: 2
Views: 990

Re: SlimeSalad.com front page seem a little borked lately...

Probably happened when I upgraded our PHP version a few weeks ago. I've fixed the error messages, thanks.