astrale-sharp

Results 205 comments of astrale-sharp

I'm going to try to implement this. comparing images in godot is fairly simple ```gdscript func capture_screen() -> Image: get_viewport().set_clear_mode(Viewport.CLEAR_MODE_ONLY_NEXT_FRAME) # Wait until the frame has finished before getting the...

Oh! the name snapshot mislead me to believe we were talking about images! worth noting : JSON.print(a : Variant) converts a variant to a json representation a.to_json() does something similar

It still seems feasible : the only thing I wouldnt be sure is how to get the information for this ` /___.snapshot` from inside the test_* methods this in particular...

I thought I would find `gut._inner_class_name` to contain the class_name at test time but it doesnt, - [x] - [ ]

Its really a shame Godot doesnt support another way than `class_name` to register script as classes, giving everything its type would allow for autocompletion && instant documentation, it would really...

can I get some help about where to find `` , I researched a lot through the code but I didnt find it.. @bitwes

and in what classes do function available for end users usually go ? So that I can help ;)

Hi there! I suggest you change the name of this issue to `Add date picker widgets` instead of `Add datA picker widgets`. :)

Thanks for your thoughts :3 good call about ```The example contains the default comments; these should be removed as they're not pertinent: # Declare member variables here. Examples: # var...

Hi! thank you for your interest! Quick question about your first point : "recalculate()'s input_is_destination flag doesn't seem to affect directions." is the map on which you're doing the testing...