PushSL
618ea89128
quickshell eyecandy
c7b5333049
remember espanso
Improve Properties
line_edit.get_local_rect() doesn't work
a202d662fd
fix: clicking inside DragBox applies value
628d793b82
make PopupMenu and PopupPanel opaque
bdf6e42099
Merge branch 'master' into property-improvements
a065543616
fix: gravity trigger's label is invisible when placed
9c5fd63823
remove
ReboundComponent.rebound_multiplier
b4528cfce2
fix crash when editing resource properties
316391bc1a
chore: clean up scenes
Improve Properties
bcb45d9cd9
reduce alpha of PanelMenu
5e0a561445
Theme PopupMenu and PopupPanel
9b71cdc3d2
remove blur from ColorProperty
1952e4aeef
make clicking off property apply for DragBox
a065543616
fix: gravity trigger's label is invisible when placed
9c5fd63823
remove
ReboundComponent.rebound_multiplier
b4528cfce2
fix crash when editing resource properties
316391bc1a
chore: clean up scenes
cf76b90db7
fix: wave doesn't crash into thin platforms
788adb74bc
add yazi extraction
a1c17bd5f0
update
81d7baaec5
feat: implement corner snapping
acc2c712aa
fix platformer corner boosting (closes #272)
f15252f806
improve dash orb smooth snap defaults
064371814e
fix(InteractableEditor): editing properties with the same displayed name causes value change to all properties with the name
c318a45c00
feat(FloatProperty): display 0 to 1 factors as percentages
a5df0e5d28
Merge branch 'master' into optimize-rebound-objects
5a23d31983
fixup last commit
a5d109e310
fix: robot can walk in place when running into a wall
f178e54b85
format
1fd015539a
remove NodeUtils.is_on_screen()
optimization: don't draw rebound objects when offscreen
VisibleOnScreenEnabler2D only affects _process. VisibleOnScreenNotifier2D.is_on_screen() took ~0.02 microseconds, and NodeUtils.is_on_screen() took ~1.6 microseconds.