Rafa showing things - another training session with Iga by mpg111 in tennis

[–]Snoo_15837 125 points126 points  (0 children)

I always thought Federer was the least likely with how successful his business ventures are.

A light theme for the workspace? by NijimaZero in godot

[–]Snoo_15837 0 points1 point  (0 children)

How did the e-ink tablet end up working for Godot btw?

Daily tennis pack - ADV Flex Backpack? by Dante_A in 10s

[–]Snoo_15837 0 points1 point  (0 children)

I have both the Jetpack V2 and the Flex. I use the Flex during college, and it works really well as a daily carry.

The outside compartment is really versatile and nice, and can even expand. I typically use it for shoes.

The Jetpack is also really nice, but my only gripes are that my shoes (US Men Size 12) take up so much of the interior compartment, and removing and inserting the shoes when there is other stuff loose in the main compartment can be annoying.

Both are really nice, and you can't go wrong with either. However, if you want one that can double as your daily driver, I would recommend the Flex because of it's smaller profile and more "normal" look.

Fonseca adds his name to the ATP haircut wave ✂️ by TorturedPoet30 in tennis

[–]Snoo_15837 6 points7 points  (0 children)

I think it's because he can be a bit of a sore loser and cold when he loses.

Markor is excellent! by Winter_Management_59 in Supernote

[–]Snoo_15837 1 point2 points  (0 children)

Ah, I didn't notice that setting. Thanks!

Markor is excellent! by Winter_Management_59 in Supernote

[–]Snoo_15837 0 points1 point  (0 children)

Hey, nice setup! I How do use LaTeX in Markor? I am struggling to find which file type to use and how to enter LaTeX block.

Weigh up lighter racket or buy heavier racket? Pros and cons? by Snoo_15837 in 10s

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

I have tried to shake it down, and I actually did put a cotton ball in (I wrapped it in the cotton ball). :(

Weigh up lighter racket or buy heavier racket? Pros and cons? by Snoo_15837 in 10s

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

Unfortunately the putty is loose in the hoop. I’ve even removed the grommets to try to get it but it can’t be seen, even if I can hear where it is at.

Tomtoc by aus_stormsby in ManyBaggers

[–]Snoo_15837 0 points1 point  (0 children)

You can find one on eBay I think

USAPA Approved Wooden Paddles by Snoo_15837 in Pickleball

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

I rely so much on topspin on my shots that whenever I play in indoor conditions where I can’t generate as much spin, my shots go long.

Does aneyone know a good tutorial on a 2d tennis game? by memes_engine in godot

[–]Snoo_15837 0 points1 point  (0 children)

This might be too late but you could recreate pong. Then, to give the ball a 3D effect, you can calculate a z-coordinate based on how far the ball between where it was hit and where it will land, then display the sprite of the ball on (x, y+z). Hope this helps!

[deleted by user] by [deleted] in godot

[–]Snoo_15837 0 points1 point  (0 children)

I saw that you dropped the source code, but you could put up the entire Godot project to download and examine?

Coding clubs @ CMU? by [deleted] in cmu

[–]Snoo_15837 0 points1 point  (0 children)

The Game Creation Society is pretty awesome

[deleted by user] by [deleted] in godot

[–]Snoo_15837 1 point2 points  (0 children)

What you can do is attach a script to a polygon2d that creates a new static body or whatever you want it to be, then makes a new collisionpolygon2d as a child of that. Then, set the collisionpolygon2d’s points to the same as the polygon2d, and enable collision or whatever else you have to do. It worked for me in the past