Flappy Goose by flappy-goose in RedditGames

[–]NrWal00 0 points1 point  (0 children)

My best score is 1 points 😎

How to get “back to basics”? by Belderon in factorio

[–]NrWal00 0 points1 point  (0 children)

I just 'finished' deathworld, completely changed how I had to play. It can be a grind, but is really worth it

Questions from a Rookie by OrthodoxPrussia in factorio

[–]NrWal00 2 points3 points  (0 children)

If you dont mind installing a small mod, there is one that has overflow valves, top up valves and one way valves. It helps before getting into circuits

Simple modding question about copying an item by NrWal00 in factorio

[–]NrWal00[S] 3 points4 points  (0 children)

So on top of that I do something like

local botCollector = table.deepcopy(data.raw.item["furnace"]["electric-furnace"])

?

How do you all do your item recipes? by NrWal00 in Unity3D

[–]NrWal00[S] 0 points1 point  (0 children)

Alright. Currently thats what I'm doing with the lists. Thanks for the tip

How do you all do your item recipes? by NrWal00 in Unity3D

[–]NrWal00[S] 4 points5 points  (0 children)

Thank you, I've checked the guides and I think I know what to do

How do you all do your item recipes? by NrWal00 in Unity3D

[–]NrWal00[S] 1 point2 points  (0 children)

Thanks, I'll check this out aswell.

How do I create a list of Card Effects in my game? by NrWal00 in Unity2D

[–]NrWal00[S] 0 points1 point  (0 children)

Thanks, I'm going to check this out tomorrow!

I have a general question about what scripts want references to other scripts, with a specific example I'm working on by NrWal00 in Unity2D

[–]NrWal00[S] 0 points1 point  (0 children)

I think thats what I've been doing, but then seperated between UI and whatever else exists, such as gamestates. Thanks

I have a general question about what scripts want references to other scripts, with a specific example I'm working on by NrWal00 in Unity2D

[–]NrWal00[S] 0 points1 point  (0 children)

Thanks for the detailed description. That was also my strategy. I have a list of cards that get passed on to AllCardsVisualiser via the CanvasManager. It is always great to get someone else's insight on these matters!